sauchye / iosdev_notes

iOS Dev Tips(一些零散的iOS知识tips)
19 stars 5 forks source link

iOS13 Adaptation #27

Open sauchye opened 4 years ago

sauchye commented 4 years ago

iOS13 Adaptation

https://juejin.im/post/5d8af88ef265da5b6e0a23ac https://www.jianshu.com/p/0da3b107f06c

UITableViewCellAccessoryDisclosureIndicator https://blog.csdn.net/u012094456/article/details/101198974

UITableViewCell的UITableViewCellAccessoryDisclosureIndicator显示不正常,出现方框显示

原因:项目中有UIImage的catagory,且含有方法:imageWithTintColor,这个方法会和ios13新api冲突,导致出现方框

———————————————— 版权声明:本文为CSDN博主「new_dev」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。 原文链接:https://blog.csdn.net/u012094456/article/details/101198974

Sign-in-with-Apple

https://developer.apple.com/sign-in-with-apple/ http://junshang.me/post/apple-login-jie-ru-qian-yi-ci-shen-ru-yan-jiu/