摘要:
//为什么去不到那个控件用这个遍历方法 // for (UIView* v in self.loginCell.subviews) { // // if ([v isKindOfClass:[UITextField class]]) { // // [((UITextField*)v) resignFirstResponder]; // } // } //[self.view endEditing:YES]; 阅读全文
摘要:
// UIStoryboard *board = [UIStoryboard storyboardWithName:@"MainStoryboard_iPhone" bundle:nil];// // // 获取故事板中某个View// UIViewController *next = [board instantiateViewControllerWithIdentifier:@"rootVC"];rootVC是要跳转VC的标示,必须再storyboard文件设置 阅读全文
摘要:
http://blog.sina.com.cn/s/blog_620d3c8601010gme.html 阅读全文