摘要:
//// DelayRun.swift// // Created by XuQing on 16/7/1.// Copyright © 2016年 xuqing. All rights reserved.//import Foundationtypealias Task = (cancel : Bool) -> ()func DelayRun(time:NSTimeInterval, ta... 阅读全文
posted @ 2016-07-22 11:31
yesicoo
阅读(1405)
评论(0)
推荐(0)
摘要:
UIView.transitionWithView( self.WeatherDetailsView, duration: 0.7, options: .TransitionCrossDissolve, animations: { self.WeatherDetailsView.alpha = 0.75; self.WeatherV... 阅读全文
posted @ 2016-07-22 10:52
yesicoo
阅读(308)
评论(0)
推荐(0)