上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 89 下一页
摘要: The storyboard ID is a String field that you can use to create a new ViewController based on that storyboard ViewController. An example use would be f... 阅读全文
posted @ 2015-03-10 04:53 微信公众号--共鸣圈 阅读(277) 评论(0) 推荐(0) 编辑
摘要: Frameworks make your life easier as an iOS Developer. They allow you to reuse code written by other developers in your own apps. An overview of key fr... 阅读全文
posted @ 2015-03-10 04:05 微信公众号--共鸣圈 阅读(147) 评论(0) 推荐(0) 编辑
摘要: One option is to set the button up using[myButton addTarget:yourOtherClass action:@selector(mySelector:) forControlEvents:UIControlEventTouchUpInside]... 阅读全文
posted @ 2015-03-09 11:01 微信公众号--共鸣圈 阅读(210) 评论(0) 推荐(0) 编辑
摘要: A property is not the same thing os a instance variable, you should read a little bit of them, there's plenty of sources in the internet.Summarizing, ... 阅读全文
posted @ 2015-03-09 09:59 微信公众号--共鸣圈 阅读(702) 评论(0) 推荐(0) 编辑
摘要: 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) 编辑
摘要: 主要就我所了解的J2EE开发的框架或开源项目做个介绍,可以根据需求选用适当的开源组件进行开发.主要还是以Spring为核心,也总结了一些以前web开发常用的开源工具和开源类库1持久层:1)Hibernate这个不用介绍了,用的很频繁,用的比较多的是映射,包括继承映射和父子表映射对于DAO在这里介绍个... 阅读全文
posted @ 2015-03-05 19:05 微信公众号--共鸣圈 阅读(339) 评论(0) 推荐(0) 编辑
上一页 1 ··· 69 70 71 72 73 74 75 76 77 ··· 89 下一页