Does anybody know how to create control (or view) like this one

enter image description here

This question might be duplicated, any way I can't find an answer. Thank you.

link|improve this question
1  
It's called a modal view controller. – BoltClock Sep 1 '11 at 11:58
I think it's a regular view controller but displayed modally; which forces interaction of some sort instead of whatever's behind it. – Luke Sep 1 '11 at 11:58
And this modal view controller contains UITableView, enabled navigation bar and two buttons. – beryllium Sep 1 '11 at 11:59
try to add UIView on current view and in this view add UITableView as subview – Marvin Sep 1 '11 at 12:01
1  
@Dmitry: Please be patient. Posting things like that does not encourage people to help you. – jadarnel27 Sep 1 '11 at 12:24
show 3 more comments
feedback

1 Answer

up vote 3 down vote accepted

Just implement a modal view controller. Read this - Modal View Controllers

link|improve this answer
looks god thank you. – Dmitry Filippov Sep 1 '11 at 12:56
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.