01 2016 档案

摘要:UIImageView * image=[[UIImageView alloc]init]; image.frame=CGRectMake(0, 0, 320, 568); image.image=[UIImage imageNamed:@"Guide_img_1"]; [self.view add 阅读全文
posted @ 2016-01-27 16:51 tongyuling 阅读(385) 评论(0) 推荐(0)
摘要:https://github.com/Tim9Liu9/TimLiu-iOS 阅读全文
posted @ 2016-01-27 14:41 tongyuling 阅读(269) 评论(0) 推荐(0)
摘要:iOS textField禁止输入指定字母(如:禁止输入a、b、A、B)1、定义宏#define NUMBERS @"aAbB"2、textfield—delegate- (BOOL)textField:(UITextField*)textField shouldChangeCharactersIn... 阅读全文
posted @ 2016-01-20 10:34 tongyuling 阅读(873) 评论(0) 推荐(0)
摘要:问题:分割线没有显示全,左边有一段缺失解决:-(void)viewDidLayoutSubviews { if ([self.tableView respondsToSelector:@selector(setSeparatorInset:)]) { [self.tableView setS... 阅读全文
posted @ 2016-01-08 15:54 tongyuling 阅读(668) 评论(0) 推荐(0)