然后:for适用于Swift初始化程序的超甜语法糖 源码
然后 :sparkles: Swift初始化程序的超级甜蜜语法糖。 乍看上去 初始化UILabel,然后设置其属性。 let label = UILabel (). then { $0 . textAlignment = . center $0 . textColor = . black $0 . text = " Hello, World! " } 这等效于: let label : UILabel = { let label = UILabel () label. textAlignment = . center label. textColor = . b
下载地址
用户评论