08 2016 档案
摘要:1、引入文件 #import 2、代码实现 _manager = [[CMMotionManager alloc]init]; _manager.accelerometerUpdateInterval=10/60.0; [_manager startAccelerometerUpdates]; //根据自己需求调节x y z [_manager start...
阅读全文
摘要:1、在线打开office文档 安卓、iOS都可以用webview打开 2、在线打开office文档、图片、txt 将你的网址直接作为url在webview中打开,即可; (获取后缀名 ) 在打开txt有乱码现象,解决方案如下 3、可以服务端将文件转化为Html,前端webview直接打开! 4、将文
阅读全文
摘要://色块生成图片 - (UIImage *)buttonImageFromColor:(UIColor *)color{ CGRect rect = CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height); UIGraphicsBeginImageContext(rect.siz...
阅读全文
摘要:1、NSNull处理: https://github.com/nicklockwood/NullSafe 2、NSAttributedString富文本 http://www.cocoachina.com/ios/20160802/17258.html https://github.com/wang
阅读全文

浙公网安备 33010602011771号