摘要: 1 for(int i = 0; i < 12; i++) 2 { 3 button = [UIButton buttonWithType:UIButtonTypeCustom]; 4 button.frame = CGRectMake(width*(i%4... 阅读全文
posted @ 2016-01-11 17:03 欢欢0919 阅读(147) 评论(0) 推荐(0)
摘要: #pragma mark UItextFieldDelegate- (BOOL)textFieldShouldBeginEditing:(UITextField *)textField{ CGFloat height = self.view.frame.size.height; CGFl... 阅读全文
posted @ 2016-01-11 16:43 欢欢0919 阅读(122) 评论(0) 推荐(0)