摘要: self.leftImgView = UIImageView.init()         self.leftImgView.frame = CGRectMake(20, self.middleTextField.frame.origin.y + 40, 100, 100)         self 阅读全文
posted @ 2016-03-15 14:12 ios攻城狮 阅读(150) 评论(0) 推荐(0)
摘要: import UIKit   class ViewController: UIViewController {       //声明一个btn     var exampleBtn : UIButton!          override func viewDidLoad() {         阅读全文
posted @ 2016-03-15 11:50 ios攻城狮 阅读(237) 评论(0) 推荐(0)
摘要: import UIKit   class ViewController: UIViewController {       //这里做个lab声明     var exampleLab : UILabel!     override func viewDidLoad() {         supe 阅读全文
posted @ 2016-03-15 10:56 ios攻城狮 阅读(257) 评论(1) 推荐(0)