随笔分类 -  ios

关于ios的
摘要:Add NSContactsUsageDescriptionkey to your info.plist and add the Message you want to display as the value.For more keys, please refer to:https://developer.apple.com/library/mac/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.htmlNSContactsUsageDescriptionNSContactsUsageDescr 阅读全文
posted @ 2013-08-16 10:43 九勺吹雪 阅读(267) 评论(0) 推荐(0)
摘要:转自:http://blog.csdn.net/sanpintian/article/details/7571621在用xcode开发的时候偶尔会出现一些好像不应该的错误,今天遇到的其实也不算是错误,在键盘command+鼠标选择- (UITableViewCell*)tableView:(UITableView*)tableView cellForRowAtIndexPath:(NSIndexPath*)indexPath系统函数的时候不能够索引,也就是说command鼠标左键点击关键字,曝出了“Symbol not found”这个错误.其实这个问题很好解决:主要原因是工程索引文件损坏, 阅读全文
posted @ 2013-01-10 10:57 九勺吹雪 阅读(368) 评论(0) 推荐(0)