enchev / nativescript-dialog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question: position of message/indicator?

bradmartin opened this issue · comments

Can the message and indicator be together on the same "row"? I'll attach an image when I get to my computer but they're on the same line in the apps I use. Trello, Twitter, Facebook. If you don't have the time to look into this I'll see about the android side, iOS I have no clue.

Hey @bradmartin,

You can do this if you construct nativeView with UILabel and UIActivityIndicatorView and do not use the built-in message.

Thanks.