草庐IT

presentsWithGesture

全部标签

ios - UISplitViewController presentsWithGesture 不工作

我似乎无法让presentsWithGesture工作。我需要能够根据显示的详细ViewController打开和关闭它。-(IBAction)disableGestures:(id)sender{AppDelegate*appDelegate=[UIApplicationsharedApplication].delegate;appDelegate.splitViewController.presentsWithGesture=NO;NSLog(@"DisableGestures!");}我整理了一个简单的项目(使用默认的UISplitViewController模板):http:/