写一个UIViewController的分类
#import "UIViewController+presentModel.h"
@implementation UIViewController (presentModel)
- (UIModalPresentationStyle)modalPresentationStyle{
return UIModalPresentationFullScreen;
}
@end
写一个UIViewController的分类
#import "UIViewController+presentModel.h"
@implementation UIViewController (presentModel)
- (UIModalPresentationStyle)modalPresentationStyle{
return UIModalPresentationFullScreen;
}
@end