ChenYilong

Results 136 issues of ChenYilong

## KVC 修改_placeholderLabel Crash 版本 | Crash情况 :-------------:|:-------------: App Store版本| 旧版本不会Crash 使用Xcode11编译上传版本| 会crash iOS13 | 与系统无关,只与Xcode版本有关 ## UITextField iOS 13(beta版本) 上 UITextField 的 _placeholder 拿不到了,KVC 还是有风险: ```Objective-C [textField setValue:[UIColor xxx]...

note

//*one more thing*

# SF Symbols in iOS 13 ## 优点 - 用Font的设置方式来操作icon - 借助 baseline 进行 icon 与 text 对齐 ## 缺点 - iOS专利,仅限iOS平台

note

## Action [**Updates to the App Store Review Guidelines-June 3, 2019**]( https://developer.apple.com/news/?id=06032019j ) > Sign In with Apple will be available for beta testing this summer. It will be required...

note

权限设计越来越严(bian)格(tai)了。一大批APP不适配的话,要疯狂crash了。比如:Wi-Fi打卡、室内导航类的app。 ![](http://ww4.sinaimg.cn/large/006tNc79ly1g3w5nw36epj30qa1kw123.jpg) This is how iOS 13 will start exposing/shaming iOS apps which use background location tracking. ![](http://ww4.sinaimg.cn/large/006tNc79ly1g3vygkogyaj30n40n90v8.jpg) 我试了试,原来是系统重启后,重新请求权限,并非理解的app重新启动申请。 ![](http://ww2.sinaimg.cn/large/006tNc79ly1g3onbctessj31hc0u0b29.jpg) ![](http://ww1.sinaimg.cn/large/006tNc79ly1g3omynalxkj30yi0ms3zd.jpg) ![enter image description here](http://a67.tinypic.com/35na9ap.jpg) ## 蓝牙权限 自动加了蓝牙提示,不会crash

note

统一非3D touch设备交互方式: Peek and pop --> contextual menu

![](http://ww4.sinaimg.cn/large/006tNc79ly1g3on2rc9zqj30yi0r50u0.jpg) ![](http://ww2.sinaimg.cn/large/006tNc79ly1g3on2velchj31400u075i.jpg) ![](http://ww4.sinaimg.cn/large/006tNc79ly1g3on30lsumj31400u0ab5.jpg) ![](http://ww4.sinaimg.cn/large/006tNc79ly1g3on35olflj31400u0q4c.jpg) ![](http://ww2.sinaimg.cn/large/006tNc79ly1g3pav0j7aij30gg0zkjsb.jpg)

note

## Actions - Adopt Launch Storyboards - Support any size - Support Split Screen Multitasking - Required april 2020 ![](http://ww1.sinaimg.cn/large/006tNc79ly1g3u8pjnopij30l50lhgmf.jpg) 2020 年 4 月开始就不能用 launch image 了,只能用 storyboard,开屏广告实现方案要更改,否则就不能正常工作。 ## other...

note