上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页
摘要: .h // // DBOperation.h // 2DataBaseSecond // // Created by Cecilia on 14-10-16. // Copyright (c) 2014年 Cecilia. All rights reserved. // #import <Found 阅读全文
posted @ 2016-02-27 23:58 zhen_zhen 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 2:下面的release debug release debug release .... 2016-02-272016-02-272016-02-2723:50:56 证书失效问题:我用的第二种 好了 今天上班,iOS开发证书莫名都失效了 字数354 阅读274 评论0 喜欢5 今早上班打包直接报 阅读全文
posted @ 2016-02-27 23:51 zhen_zhen 阅读(117) 评论(0) 推荐(0) 编辑
摘要: iPhone屏幕尺寸、分辨率及适配 1.iPhone尺寸规格 设备 iPhone 宽 Width 高 Height 对角线 Diagonal 逻辑分辨率(point) Scale Factor 设备分辨率(pixel) PPI 3GS 2.4 inches (62.1 mm) 4.5 inches 阅读全文
posted @ 2016-02-25 13:20 zhen_zhen 阅读(165) 评论(0) 推荐(0) 编辑
摘要: cellhelp.backgroundColor=RGB(232, 231,231); UILabel *show=[[UILabel alloc]initWithFrame:CGRectMake(15, 10, SCREEN_WIDTH-30, 20)]; show.font=SYSTEMFONT 阅读全文
posted @ 2016-02-24 13:53 zhen_zhen 阅读(101) 评论(0) 推荐(0) 编辑
摘要: if ([[UIDevice currentDevice].systemVersion floatValue]>=8.0f) {UIUserNotificationSettings *setting = [[UIApplication sharedApplication] currentUserNo 阅读全文
posted @ 2016-02-24 13:52 zhen_zhen 阅读(119) 评论(0) 推荐(0) 编辑
摘要: [self.disease addObjectsFromArray:diseaseDic[@"data"]]; // NSDictionary *des=[NSDictionary dictionaryWithObject:@"" forKey:@"des"]; NSDictionary *name 阅读全文
posted @ 2016-02-23 17:12 zhen_zhen 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 1:_descrView = [[UITextView alloc]initWithFrame:CGRectMake(15, CGRectGetMaxY(describelab.frame)+10, SCREEN_WIDTH-30, 150)]; _descrView.delegate = self 阅读全文
posted @ 2016-02-23 11:39 zhen_zhen 阅读(217) 评论(0) 推荐(0) 编辑
摘要: //gzz0223 //计算文本的大小 NSString *srring=[NSString stringWithFormat:@"%@",[dataDic objectForKey:@"content"]]; NSUserDefaults * userdefaults =USERDEFAULT; 阅读全文
posted @ 2016-02-23 11:32 zhen_zhen 阅读(215) 评论(0) 推荐(0) 编辑
摘要: - (BOOL)prefersStatusBarHidden{ return YES; } //隐藏bar 2:让键盘消失 //// [_lastField resignFirstResponder]; // [self.view endEditing:YES];//gzz0223 // // // 阅读全文
posted @ 2016-02-23 09:43 zhen_zhen 阅读(176) 评论(0) 推荐(0) 编辑
摘要: didfinishlauch appdelegate 中 // 01 gzz022 版本更新 [self VersionButton]; //02 gzz0222 提示自动更新 -(void)VersionButton{ NSString *string=[NSString stringWithCo 阅读全文
posted @ 2016-02-22 15:56 zhen_zhen 阅读(228) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 17 下一页