01 2021 档案

摘要:https://blog.csdn.net/u012265444/article/details/77116231 前言 不要问我为什么这么多时间写博客。我不会告诉你们的。 我们的项目是外包出去的,外包反馈给我们的天气界面显示温度的曲线十分平滑美观, 甚是好奇,于是请教了一番,方才知道PNChart 阅读全文
posted @ 2021-01-25 19:44 itlover2013 阅读(536) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/fa8398e9ec62 https://blog.csdn.net/qq_30450549/article/details/78262593 https://blog.csdn.net/u012265444/article/details/771 阅读全文
posted @ 2021-01-25 19:43 itlover2013 阅读(492) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/a787188834/article/details/78504848 https://www.gameres.com/474139.html 1 keyPath = strokeStart 动画的fromValue = 0,toValue = 1 表示从 阅读全文
posted @ 2021-01-25 19:41 itlover2013 阅读(582) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/weixin_33711641/article/details/91464884 CAShaperLayer&UIBezierPath简介 使用 UIbezierPath 和 CAShapeLayer 可以画出你想要的任何形状,没有它做不到,只有你想不到, 阅读全文
posted @ 2021-01-25 19:40 itlover2013 阅读(138) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/4944977376c5 一、实线边框 实线边框.png View.layer.borderColor = [UIColor redColor].CGColor; View.layer.borderWidth = 1; 二、虚线边框 1.虚线边框主 阅读全文
posted @ 2021-01-22 21:57 itlover2013 阅读(632) 评论(0) 推荐(0)
摘要:http://www.cocoachina.com/articles/7295 AirDrop概览 AirDrop是iOS 7引入的一项新功能,iCloud同步功能允许在用户的两台iOS设备之间分享照片和文档,而AirDrop可以在不同用户的iOS设备之间进行照片和文档的分享。 在iOS 7之前,i 阅读全文
posted @ 2021-01-15 19:25 itlover2013 阅读(852) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/huntaiji/p/3477556.html https://www.cnblogs.com/shenlaiyaoshi/p/10495602.html 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 阅读全文
posted @ 2021-01-13 22:39 itlover2013 阅读(754) 评论(0) 推荐(0)
摘要:http://www.cocoachina.com/articles/896173 https://www.jianshu.com/p/d7215a9fc69f https://www.jianshu.com/p/d7215a9fc69f 前段时间,笔者和GY哥一起吃饭聊天的时候,GY哥问了笔者一个 阅读全文
posted @ 2021-01-11 01:37 itlover2013 阅读(1236) 评论(0) 推荐(0)
摘要:url截取重定向(扩展第三方bridge) JSExport JavaScriptCore js传值给oc。(对应重定向,对应oc->js stringByEvalu )stringByEvaluatingJavaScriptFromString oc传值给js。 html地址。 https://m 阅读全文
posted @ 2021-01-08 12:03 itlover2013 阅读(375) 评论(0) 推荐(0)
摘要:https://www.cnblogs.com/pbblogs/p/11922638.html https://blog.csdn.net/qqxiaoqiang1573/article/details/68074847 git log git reset commitIdgit stash git 阅读全文
posted @ 2021-01-07 18:57 itlover2013 阅读(10153) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/runintolove/article/details/52064268 版权 WKWebView是iOS8.0之后用以替代UIWebView的网页浏览器,包含在WebKit中,可以通过 @import WebKit 导入。 如果工程需要适配iOS7,那么 阅读全文
posted @ 2021-01-07 14:45 itlover2013 阅读(686) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/c73bd50560ee WKWebView使用遇到的坑 简介 使用WKWebView一段时间,发现它和UIWebView的一些区别之处,有一写遇到的坑,现在对处理方式做了个小总结,现分享给大家. 区别 1.EvaluateJavaScript方法 阅读全文
posted @ 2021-01-07 14:30 itlover2013 阅读(462) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/maiwc/article/details/78644220 iOS系统提供了加速计和陀螺仪支持,如果iOS设备提供了这些硬件支持,iOS即可通过CoreMotion框架提供的加速计来获取设备当前的加速度数据、陀螺仪数据、所处的磁场以及设备的方位等信息; 阅读全文
posted @ 2021-01-05 14:08 itlover2013 阅读(1574) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/c4fff00b50ff?open_source=weibo_search CoreMotion.framework框架介绍 CoreMotion.framework是iOS中的一个核心运动框架,它能够满足我们手机许多应用的一些需求,比如: 指南针 阅读全文
posted @ 2021-01-05 14:07 itlover2013 阅读(539) 评论(0) 推荐(0)
摘要:https://blog.csdn.net/u013712343/article/details/107150822/ 虽然这篇文章比较长,也不好理解,但是还是建议大家收藏,以后用到的时候,可以看看,有耐心的还是读一读。 这篇文章开始,我会跟大家好好讲讲,苹果新发布的iOS10的所有通知类。 一、创 阅读全文
posted @ 2021-01-05 14:06 itlover2013 阅读(238) 评论(0) 推荐(0)
摘要:iOS- 实现APP前台、后台、甚至杀死进程下收到通知后进行语音播报(金额) https://www.jianshu.com/p/601426a247e6 iOS10通知(三)--通知的取消和修改 https://blog.csdn.net/xttxqjfg/article/details/6892 阅读全文
posted @ 2021-01-05 14:03 itlover2013 阅读(637) 评论(0) 推荐(0)