logo头像
Snippet 博客主题

iOS动画

UIView动画包括普通动画,弹性动画,key动画和Transition, 12//弹性动画UIView.animate(withDuration: TimeInterval, delay: TimeInterval, usingSp...

多线程常用API

Thread 休眠当前线程 12open class func sleep(until date: Date)open class func sleep(forTimeInterval ti: TimeInterval) 获取当...