摘要: #import "AppDelegate.h"#import "NewHypnosister.h"@interface AppDelegate ()@property (nonatomic, strong) NewHypnosister *hypnosister;@end@implementatio... 阅读全文
posted @ 2016-01-07 10:14 再见小师帝 阅读(211) 评论(0) 推荐(0)
摘要: 解决方法很简单,将makekeyandvisible方法放在addsubview之前。 阅读全文
posted @ 2016-01-03 20:33 再见小师帝 阅读(688) 评论(0) 推荐(0)
摘要: #import @interface AppDelegate : UIResponder @property (strong, nonatomic) UIWindow *window;@end#import "AppDelegate.h"#import "NewHypnosister.h"@inte... 阅读全文
posted @ 2015-12-30 10:48 再见小师帝 阅读(222) 评论(0) 推荐(0)