iphone Programming Glossary: curled
UIView Animation: PartialCurl …bug during rotate? http://stackoverflow.com/questions/2644782/uiview-animation-partialcurl-bug-during-rotate 
 How can I use UIModalTransitionStylePartialCurl on a UIView that does NOT take up the whole screen? http://stackoverflow.com/questions/3851914/how-can-i-use-uimodaltransitionstylepartialcurl-on-a-uiview-that-does-not-take-u  controller is presented one corner of the current view curls up to reveal the modal view underneath. On dismissal the curled up page unfurls itself back on top of the modal view. A modal view presented using this transition is itself prevented from.. 
 crashing on ios device while navigation using UIModalTransitionStylePartialCurl in xcode 4 http://stackoverflow.com/questions/6463574/crashing-on-ios-device-while-navigation-using-uimodaltransitionstylepartialcurl  exception 'NSInvalidArgumentException' reason 'Application tried to present a nested modal view controller while curled QIAAdminPassCnf 0x583e040 .' Call stack at first throw  iphone objective c curl ios4 xcode4   share improve this question.. 
 UIModalTransitionStylePartialCurl with UITabBarController http://stackoverflow.com/questions/6873903/uimodaltransitionstylepartialcurl-with-uitabbarcontroller  an answer that mimics Apple's solution in the Maps app i.e. using UIModalTransitionStylePartialCurl but leaving an un curled UIToolbar at the bottom of the screen . I will continue in this tradition of incomplete answers since you ask about a UITabBarController.. specifically address that case. It does however solve the problem I had which was to get a half page curl with an un curled toolbar at the bottom. There must be a more elegant way to do this but this is how I managed. The rootViewController of.. call TAContainerViewController . TAContainerViewController manages a the actual contents of the screen the stuff to be curled TAContentViewController and b the contents behind the TAContentViewController e.g. settings which I'll call TAUnderCurlViewController.. 
 UIModalTransitionStylePartialCurl doesn't get back to previous state. (Not dismissing) http://stackoverflow.com/questions/8606674/uimodaltransitionstylepartialcurl-doesnt-get-back-to-previous-state-not-dismi  self presentModalViewController b animated YES It is working fine. However when I press the curled area in the program compiled with iOS 4.3. It does not dismiss at all. It doesn't get back to A view controller... What.. 
 
 
     
      |