240 发简信
IP属地:湖南
  • Swift - SHA256 简介

    引子 在编写个人项目的时候,需要给字符串加密。于是就编写了以前经常使用的MD5加密算法。但是该算法在 XCode 中显示在 iOS13 以后将被...

  • iOS-DeviceSupport (4.2 - 15.6)

    https://github.com/yueyuegit/DeviceSupport[https://github.com/yueyuegit/...

  • iOS 中的基本算数函数

    https://blog.csdn.net/sunqiujing/article/details/78296411

  • CATransition

    let trans =CATransition() trans.subtype = kCATransitionFromRight trans.d...

  • CocoaPods详解之----使用篇

    https://blog.csdn.net/meegomeego/article/details/24005567 https://blog.c...

  • angularjs获取元素以及angular.element()用法

    addClass()-为每个匹配的元素添加指定的样式类名 after()-在匹配元素集合中的每个元素后面插入参数所指定的内容,作为其兄弟节点 a...

  • Swift3.0 tableView 圆角cell

    functableView(_tableView:UITableView, willDisplay cell:UITableViewCell, ...

  • angular JS的{{ }}取值

    姓:{{fName}} //绑定属性 姓名: {{fullName()}} ...

  • swift 对日期的处理大全( 类扩展 Date+Extension 和 公共类 DateClass)

    摘要:类扩展Date+ExtensionimportUIKitextensionDate{//MARK:-获取日期各种值//MARK:年func...