引子 在编写个人项目的时候,需要给字符串加密。于是就编写了以前经常使用的MD5加密算法。但是该算法在 XCode 中显示在 iOS13 以后将被...
https://github.com/yueyuegit/DeviceSupport[https://github.com/yueyuegit/...
https://blog.csdn.net/sunqiujing/article/details/78296411
let trans =CATransition() trans.subtype = kCATransitionFromRight trans.d...
https://blog.csdn.net/meegomeego/article/details/24005567 https://blog.c...
addClass()-为每个匹配的元素添加指定的样式类名 after()-在匹配元素集合中的每个元素后面插入参数所指定的内容,作为其兄弟节点 a...
functableView(_tableView:UITableView, willDisplay cell:UITableViewCell, ...
姓:{{fName}} //绑定属性 姓名: {{fullName()}} ...
摘要:类扩展Date+ExtensionimportUIKitextensionDate{//MARK:-获取日期各种值//MARK:年func...