iOS Question Custom Dialogs (What is the best way ?)

jahswant

Well-Known Member
Licensed User
Longtime User
I'm planning to port one of my apps to IOS.I have custom dialogs with custom layouts.What the bets way to implement this in IOS ? See the attached example.iOS Code Snippets Will be Welcomed.
2.png
 

tufanv

Expert
Licensed User
Longtime User
You can use a panel with a white background and a label with a gray background color aligned left with a white textcolor. use labels for button in the bottom and use a textview or labels for the receipt itself
I'm planning to port one of my apps to IOS.I have custom dialogs with custom layouts.What the bets way to implement this in IOS ? See the attached example.iOS Code Snippets Will be Welcomed.
View attachment 50901
 
Upvote 0
Top