摘要:
UIButton *checkbox;BOOL checkBoxSelected;checkbox = [[UIButton alloc] initWithFrame:CGRectMake(x,y,20,20)// 20x20 is the size of the checckbox that yo... 阅读全文
摘要:
1, use prepareForSegue:- (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender{ RWTDetailViewController *detailController =segue.desti... 阅读全文
摘要:
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... 阅读全文
摘要:
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... 阅读全文