摘要: import UIKit var v = UIView(frame:CGRectMake(0,0,200, 200)) var b = UIButton(frame: CGRectMake(0, 0, 44, 44)) b.setTitle("44pix btn", forState: UICont 阅读全文
posted @ 2016-03-05 22:53 yshgxm 阅读(100) 评论(0) 推荐(0)
摘要: //// protocol ExampleProtocol{ var simpleDescription :String{get} mutating func adjust() } class SimpleClass:ExampleProtocol{ var simpleDescription:St 阅读全文
posted @ 2016-03-05 00:03 yshgxm 阅读(96) 评论(0) 推荐(0)