// // ViewController.swift // UILabelTest // // Created by mac on 15/6/23. // Copyright (c) 2015年 fangyuhao. All rights reserved. // import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() var imageView
1.UIImageView + UIImage Demo import UIKit class UIImageViewViewController: UIViewController { var imageView = UIImageView() var imageChangeView = UIImageView() override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after load
View animations on the iPhone are wonderful. Used properly they will delight your users and help your application stand out. The iOS provides a suite of methods for animating your interface, including the excellent UIView class method + (void)animat
// // ViewController.swift // test // // Created by chuangqu on 15/7/23. // Copyright (c) 2015年 theway. All rights reserved. // import UIKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() var lable = UI