摘要: //// KMCacheTool.swift// StopSmokingPrograms//// Created by Fran on 15/10/15.// Copyright © 2015年 kimree. All rights reserved.//import UIKitclass ... 阅读全文
posted @ 2015-12-22 15:47 大雨不晴 阅读(1260) 评论(0) 推荐(0) 编辑
摘要: 网络使用的是第三方库AFNetworking 3.x//// KimreeNetTool.swift// StopSmokingPrograms//// Created by Fran on 15/10/7.// Copyright © 2015年 kimree. All rights re... 阅读全文
posted @ 2015-12-22 14:46 大雨不晴 阅读(248) 评论(0) 推荐(0) 编辑
摘要: import UIKit //MARK: - 获取 view的快照视图(返回 UIImageView) public func snapshotFromView(inputView: UIView) -> UIView{ UIGraphicsBeginImageContextWithOptions(inputView.bounds.size, false, 0) in... 阅读全文
posted @ 2015-12-22 14:23 大雨不晴 阅读(2081) 评论(0) 推荐(0) 编辑