摘要: UIButton *checkbox;BOOL checkBoxSelected;checkbox = [[UIButton alloc] initWithFrame:CGRectMake(x,y,20,20)// 20x20 is the size of the checckbox that yo... 阅读全文
posted @ 2015-03-10 22:08 微信公众号--共鸣圈 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 1, use prepareForSegue:- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender{ RWTDetailViewController *detailController =segue.desti... 阅读全文
posted @ 2015-03-10 05:04 微信公众号--共鸣圈 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 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 微信公众号--共鸣圈 阅读(279) 评论(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 微信公众号--共鸣圈 阅读(148) 评论(0) 推荐(0) 编辑