how to set Image in circle in Swift



imgUserImage.layer.borderWidth = 0.01
imgUserImage.layer.borderColor = UIColor.white.cgColor
imgUserImage.layer.cornerRadius =  imgUserImage.frame.width / 2
imgUserImage.layer.masksToBounds = true

Comments

Popular posts from this blog

Windows Keys

how to send invite and give a access of selected application on App Store

how to display popover in TableView cell in swift