如何使我快速圈出图片?
我的ViewController:
import UIKit
import Foundation
class FriendsViewController : UIViewController{
@IBOutlet weak var profilPicture: UIImageView!
override func viewDidLoad() {
super.viewDidLoad()
profilPicture = UIImageView(frame: CGRectMake(0, 0, 100, 100))
}
}
我profilPicture = UIImageView(frame: CGRectMake(0, 0, 100, 100))
什么也没做..
范例:http://www.appcoda.com/ios-programming-circular-image-calayer/