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

浙公网安备 33010602011771号