SwiftCommon之Message弹窗 概述 Message弹窗很多情况都需要用到,一个提示信息,一个错误信息等等。在IOS8中,使用UIAlertController类来管理弹窗。 SCMessage import Foundation import UIKit public typealias SCMess[......]Read more