摘要: Semantic WarningsWarningMessage-WCFString-literalinput conversion stopped due to an input byte that does not belong to the input codeset UTF-8-WNSObje... 阅读全文
posted @ 2015-12-29 19:00 guangleijia 阅读(491) 评论(0) 推荐(0) 编辑
摘要: 下面是这个类的一些功能:1.设置icon上的数字图标 //设置主界面icon上的数字图标,在2.0中引进, 缺省为0 [UIApplicationsharedApplication].applicationIconBadgeNumber = 4;2.设置摇动手势的时候,是否支持redo,undo操作... 阅读全文
posted @ 2015-12-29 18:39 guangleijia 阅读(184) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.cocoachina.com/swift/20150608/12025.html一、解决问题Swift项目需要使用封装好的Objective-c组件、第三方类库,苹果提供的解决方案能够处理日常大部分需求,但还不能称之为完美,混编过程中会遇到很多问题。本文将Swift兼... 阅读全文
posted @ 2015-12-29 18:31 guangleijia 阅读(1212) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://blog.csdn.net/wzzvictory/article/details/18413519 感谢原作者作者:wangzz原文地址:http://blog.csdn.net/wzzvictory/article/details/18413519转载请注明出处如果觉得文... 阅读全文
posted @ 2015-12-29 18:11 guangleijia 阅读(790) 评论(0) 推荐(0) 编辑
摘要: 1. 由于CoreGraphics 的坐标系与手机屏幕坐标系的Y轴是相反的, 所以在我们开发的时候, 需要翻转坐标系;- (void)drawRect:(CGRect)rect{ CGContextRef context = UIGraphicsGetCurrentContext(); ... 阅读全文
posted @ 2015-12-29 17:24 guangleijia 阅读(746) 评论(0) 推荐(0) 编辑