07 2016 档案

摘要:StoreNameEditTextField.attributedPlaceholder = NSAttributedString(string:"点此处输入门店名称",attributes:[NSForegroundColorAttributeName: UIColor.blackColor()]) 阅读全文
posted @ 2016-07-22 15:11 yesicoo 阅读(1968) 评论(1) 推荐(0) 编辑
摘要://// 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 阅读(1396) 评论(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 阅读(304) 评论(0) 推荐(0) 编辑