An image view object provides a view-based container for displaying either a single image or for animating a series of images in iOS.
How can i make i circle picture with swift ? My ViewController : import UIKit import Foundation class FriendsViewController : UIViewController{ @IBOutlet weak …
ios swift uiimageviewI know you can do this with a UIImageView, but can it be done to a UIImage? I want to …
ios uiimageview uiimage opacity alphaIn Objective-C such line self.mainImageView.layer.cornerRadius = CGRectGetWidth(self.mainImageView.frame)/4.0f; does its job, I tried it in …
ios swift uiimageview cornerradiusHow can I set the border of a UIImage?
iphone ios objective-c uiimageview uiimageHey for some reason I am struggling with trying to set the height and width of one of my image …
ios xcode swift uiimageviewI have a UIImageView, which I want to be able to resize and rotate etc. Can a UIGestureRecognizer be added …
ios objective-c uiimageview uigesturerecognizerIs it possible to setup UIImageView to handle image orientation? When I set the UIImageView to image with orientation RIGHT (…
ios uiimageview uiimage orientationI am a beginner at Obj-C/Cocoa Touch/iPhone OS. I wish to have a background for my app with …
iphone objective-c uiview uiimageviewIs it possible to read a url to an image and set a UIImageView to the image at this url?
iphone uiimageviewI have a UIImageView that allows a user to place and hold an image until it can be saved. The …
objective-c swift uiimageview save