Reputation: 9285
I want to create a modal popup view which contains some UIControls like button, image, textfield etc.
Here is an example of what I want:
What should I use? UIAlertView or UIView or something else ...?
Upvotes: 1
Views: 895
Reputation: 21
you try use REComposeViewController https://github.com/romaonthego/REComposeViewController
Upvotes: 1
Reputation: 2824
You should use UIView
and just customize it. :)
UIAlertView
has a default appearance.
Upvotes: 0