【发布时间】:2012-11-28 15:35:20
【问题描述】:
username=@"sri";
CalendarViewController *calendarViewController=[[CalendarViewController alloc]initWithNibName:@"CalendarViewController" bundle:nil AndUserName:username];
[self.navigationController pushViewController:calendarViewController animated:YES];
-[UITextFieldLabel setTextColor:] 中的断言失败, /SourceCache/UIKit_Sim/UIKit-1448.89/UILabel.m:314 2012-12-11 11:00:59.257 TIMESHEET_MANAGER[553:207] * 终止应用程序由于 未捕获的异常“NSInternalInconsistencyException”,原因: '无效参数不满足:颜色'
* 首次抛出时调用堆栈:
【问题讨论】:
-
粘贴setTextColor的代码
标签: iphone objective-c ios