Search code examples
iphoneobjective-cuikituiviewcontroller

How to popup a view from bottom?


When click a button,I want to popup a view form bottom,like this!

http://i40.tinypic.com/2lapxdi.png

Any help is welcome,thanks.


Solution

  • Use the presentModalViewController:animated: method. See the docs for details on its use.