摘要: After the past few years I found that the only manageable way for creating/maintaining view (or any UI element in more general) is to instantiate the ... 阅读全文
posted @ 2015-03-06 23:21 微信公众号--共鸣圈 阅读(613) 评论(0) 推荐(0) 编辑
摘要: The File Owner is an instantiated, runtime object that owns the contents of your nib and its outlets/actions when the nib is loaded. It can be an inst... 阅读全文
posted @ 2015-03-06 23:05 微信公众号--共鸣圈 阅读(191) 评论(0) 推荐(0) 编辑
摘要: static UIView *modalView;if (modalView) { [modalView removeFromSuperview]; modalView = nil; return; } CGRect screen = [... 阅读全文
posted @ 2015-03-06 17:06 微信公众号--共鸣圈 阅读(1998) 评论(0) 推荐(0) 编辑
摘要: https://developer.apple.com/library/ios/featuredarticles/ViewControllerPGforiPhoneOS/AboutViewControllers/AboutViewControllers.html#//apple_ref/doc/ui... 阅读全文
posted @ 2015-03-06 09:52 微信公众号--共鸣圈 阅读(406) 评论(0) 推荐(0) 编辑
摘要: relationship -A "relationship" segue is the segue between a container view controller and its child or children -- so, the initial controller of a nav... 阅读全文
posted @ 2015-03-06 09:21 微信公众号--共鸣圈 阅读(356) 评论(0) 推荐(0) 编辑