摘要:
网络使用的是第三方库AFNetworking 3.x//// KimreeNetTool.swift// StopSmokingPrograms//// Created by Fran on 15/10/7.// Copyright © 2015年 kimree. All rights re... 阅读全文
摘要:
import UIKit //MARK: - 获取 view的快照视图(返回 UIImageView) public func snapshotFromView(inputView: UIView) -> UIView{ UIGraphicsBeginImageContextWithOptions(inputView.bounds.size, false, 0) in... 阅读全文