UITableViewCell标签崩溃

时间:2017-07-12 09:15:55

标签: ios objective-c iphone xcode exc-bad-access

enter image description here我正在研究XCode 8.2.1,我收到此异常,我的应用程序在UITableView单元标签中崩溃。

请建议我如何解决这个问题,我也为应用启用了僵尸工具,让崩溃有一段时间了。

 Webthread(19) 1: EXC_BAD_access (code=1 address 0x8)
 Webthread(20) 1: EXC_BAD_access (code=1 address 0x8)
 Webthread(25) 1: EXC_BAD_access (code=1 address 0x8)

 barNameLbl.textColor=[UIColor blackColor];
 barNameLbl.backgroundColor=[UIColor clearColor];
 //   barNameLbl.font =[UIFont fontWithName:@"Montserrat-Bold" size:15.0f+5*isiphone6Plus()];
 barNameLbl.font =[UIFont fontWithName:@"Montserrat-Bold" size:15.0f];

 barNameLbl.textAlignment=NSTextAlignmentLeft;

 // barDistanceLbl=nil;
 barDistanceLbl=[[UILabel alloc]initWithFrame:CGRectMake(10,30, 200,10)];

0 个答案:

没有答案