01 2018 档案

字符串或者int转十六进制
摘要://开始传输config文件 -(void)Qlife_sendConfigStart:(NSString *)fileData{ //读取文件 NSError *error = nil; NSString *str = [NSString stringWithContentsOfFile:fileData encoding:NSUTF8StringEncoding er... 阅读全文

posted @ 2018-01-31 15:19 高彰 阅读(2847) 评论(0) 推荐(0)

拖动tableView时收起键盘
摘要:_tableview = [[UITableView alloc]initWithFrame:CGRectMake(0, 94,fDeviceWidth,fDeviceHeight-108) style:UITableViewStylePlain]; _tableview.delegate =self;//写了这两句话哟调用delegate*/ _tableview.dataS... 阅读全文

posted @ 2018-01-24 16:09 高彰 阅读(288) 评论(0) 推荐(0)

iOS点击空白处或点击背景收起键盘
摘要:- (void)viewDidLoad{ [super viewDidLoad]; //添加手势 UITapGestureRecognizer *tap1 = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(viewTapped:)]; tap1.cancelsTouchesInView = NO; ... 阅读全文

posted @ 2018-01-17 17:08 高彰 阅读(1672) 评论(0) 推荐(0)

iOS11 tableView下拉刷新问题
摘要:- (void)viewDidLoad { [super viewDidLoad]; 。。。。放这里!!! } 阅读全文

posted @ 2018-01-17 15:59 高彰 阅读(744) 评论(0) 推荐(1)

iOS Slider使用
摘要:@property (nonatomic,strong)UISlider *VolSlider; _VolSlider=[[UISlider alloc]initWithFrame:CGRectMake(fDeviceWidth/4,fDeviceHeight*3/4-64,fDeviceWidth/2,30)]; _VolSlider.minimumValue=0.0; ... 阅读全文

posted @ 2018-01-16 10:56 高彰 阅读(1196) 评论(0) 推荐(0)

2018~2023常用网站 图片处理 API接口
摘要:在线PS:https://www.photopea.com/ 图片处理: http://icon.wuruihong.com/icon/iZduKVew#/ios 图标工厂 ios图标:https://appicon.co/#app-icon ios启动图:https://www.onlinedo. 阅读全文

posted @ 2018-01-04 18:10 高彰 阅读(277) 评论(0) 推荐(0)

导航