这是我的跳转方法
-(void)DetailInformation{
DetailInformationViewController *details = [[DetailInformationViewController alloc]init];
details.modalPresentationStyle = UIModalPresentationCustom;
details.transitioningDelegate =[Transitioning sharedTransitioning];
[self presentViewController:details animated:YES completion:nil];
}
这个方法我再次重写也不行!!!
当我点击页面跳转的时候就都断在了最后一行,不知道这是为什么!
求大神指教
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
打印异常看看