![240](https://upload.jianshu.io/users/upload_avatars/566374/5d7250583c08.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
- edgesForExtendedLayout 用法:self.edgesForExtendedLayout = UIRectEdgeNone...
1.添加Objective-C File任内,(提示添加MySwift-Bridging-Header.h) @interface CouponVi...
3.可用SnapKit代替Masonry pod 'SnapKit', '~> 0.19.1' 0.20.0以后的會報錯撵渡,沒找到解決方法 imp...
1.同oc一樣先有CocoaPods 2.關(guān)鍵在podfile中的寫法 platform :ios, ‘8.0’ use_frameworks!...
實例方法 class A { var a = 0 func a_f() { a = 9 } } 方法的局部參數(shù)名稱和外部參數(shù)名稱 修改方法的外部...
enum Point { case North case South } var d = Point.North d = .South swit...
sort 函數(shù) func backward(a:Int, b:Int) -> Bool { return a > b } let arr = [...
funcf_name(v_name:v_Class, ...) -> return_Class { //fun_content } var a ...
Array var someInts = [Int]() print("someInts is of type [Int] with \(som...