摘要://开始传输config文件 -(void)Qlife_sendConfigStart:(NSString *)fileData{ //读取文件 NSError *error = nil; NSString *str = [NSString stringWithContentsOfFile:fileData encoding:NSUTF8StringEncoding er...
阅读全文
摘要:_tableview = [[UITableView alloc]initWithFrame:CGRectMake(0, 94,fDeviceWidth,fDeviceHeight-108) style:UITableViewStylePlain]; _tableview.delegate =self;//写了这两句话哟调用delegate*/ _tableview.dataS...
阅读全文
摘要:- (void)viewDidLoad{ [super viewDidLoad]; //添加手势 UITapGestureRecognizer *tap1 = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(viewTapped:)]; tap1.cancelsTouchesInView = NO; ...
阅读全文
摘要:- (void)viewDidLoad { [super viewDidLoad]; 。。。。放这里!!! }
阅读全文
摘要:@property (nonatomic,strong)UISlider *VolSlider; _VolSlider=[[UISlider alloc]initWithFrame:CGRectMake(fDeviceWidth/4,fDeviceHeight*3/4-64,fDeviceWidth/2,30)]; _VolSlider.minimumValue=0.0; ...
阅读全文
摘要:在线PS:https://www.photopea.com/ 图片处理: http://icon.wuruihong.com/icon/iZduKVew#/ios 图标工厂 ios图标:https://appicon.co/#app-icon ios启动图:https://www.onlinedo.
阅读全文