I am trying to build a view to my application Settings that is very much like most iPad apps do – a small window slides up from the bottom and present you with the settings on a uitableview. Once this page gets to the main window, the background is dimmed.
How can I achieve something like that? Which class to use? Is this a regular uiviewcontroller?
Any guidance, including a sample app would be great.
Sounds like you want a UIViewController that’s presented modally. Search
presentViewController:animated:completion: