¡@

Home 

2014/10/15 ¤U¤È 10:15:06

iphone Programming Glossary: tsmodalviewcontroller

Correct way of showing consecutive modalViews

http://stackoverflow.com/questions/2679910/correct-way-of-showing-consecutive-modalviews

like. The class also has built in logic to show a dismiss button as you like. Here's the class definition @protocol TSModalViewControllerDelegate void modalViewControllerDidDismiss UIViewController modalViewController @end @interface TSModalViewController UINavigationController.. TSModalViewControllerDelegate void modalViewControllerDidDismiss UIViewController modalViewController @end @interface TSModalViewController UINavigationController UIViewController _originalParentViewController @property BOOL dismissButtonHidden id initWithViewController.. Class c nibName NSString nibNameOrNil bundle NSBundle nibBundleOrNil @end And the class implementation @implementation TSModalViewController @synthesize dismissButtonHidden id initWithViewController UIViewController vc return super initWithRootViewController vc..