我正在使用这个惊人的PopupViewController(https://github.com/martinjuhasz/MJPopupViewController)控件。我的应用程序使用故事板。 我根据开发人员指令(https://github.com/martinjuhasz/MJPopupViewController/issues/8)创建了一个自定义Segue,并将UIViewController size属性更改为Freeform,并将其大小调整为小于全屏。但是当它打电话时,它会显示全屏。 自定义Segue的代码如下 #import“PopupSegue.h”
#import "UIViewController+MJPopupViewController.h"
@implementation PopupSegue
- (void)perform {
[self.sourceViewController presentPopupViewController:self.destinationViewController animationType:MJPopupViewAnimationFade];
}
@end
我做错了什么?还有没有更好的开源PopupViewController与故事板支持?
答案 0 :(得分:2)
我需要取消选中"从NIB调整视图"在View Controller的属性检查器中