摘要:
1、添加子控制器很简单 分两步 一个是 view 一个是 controller1 [self addChildViewController:tableCTR];2 [self.view addSubview:tableCTR.view];最后不要忘了加一行[tableCTR didM... 阅读全文
摘要:
按钮这个空间我非常的讨厌,用代码写很恶心 UIButton *button = [UIButton buttonWithType:UIButtonTypeCustom]; button.frame = CGRectMake(0, 0, 50, 50);// button.cente... 阅读全文