CRDave
CRDave

Reputation: 9285

Modal popup view like twitter and facebook in iPhone

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:

enter image description here

What should I use? UIAlertView or UIView or something else ...?

Upvotes: 1

Views: 895

Answers (2)

Denis
Denis

Reputation: 21

you try use REComposeViewController https://github.com/romaonthego/REComposeViewController

Upvotes: 1

KarenAnne
KarenAnne

Reputation: 2824

You should use UIView and just customize it. :) UIAlertView has a default appearance.

Upvotes: 0

Related Questions