An image view object provides a view-based container for displaying either a single image or for animating a series of images in iOS.
I have what should be a fairly simple question here. Basically I'm trying to move an object (a UIImageView) from …
uiimageview swift ios8 quartz-coreI am trying to put my @2x and @3x GIF images into the Assets folder in Xcode. I have tried …
ios uiimageview animated-gif xcasset swift2.3I have an wheel image in .png format, I want to know how can i animate so that it rotates …
objective-c ios uiimageview caanimationI'm developing an iOS 4 application. I'm using this code on an UIImageView on an UITableViewCell: cell.photo.contentMode = UIViewContentModeScaleAspectFill; [cell.…
ios uiimageview scalingI am using UIImageView to display thumbnails of images that can then be selected to be viewed at full size. …
objective-c ios ipad uiimageviewI'm using SDWebImage to asynchronous image downloader with cache support. It's working perfectly except that sometimes the image got updated …
xcode4 uiimageview sdwebimageI'm programming in Swift. I want to mask an image using CALayer and UIImage. I'm creating my mask image programmatically. …
swift uiimageview uiimage calayer maskingI would like to add a circular mask to UIImageVIew. Here is the function that am using to add the …
ios uiimageview calayer uiviewanimation cashapelayerI'm using AFNetworking's UIImageView+AFNetworking.h to asynchronously load an online image onto a UIImageView. The remote image loads very …
ios uiimageview afnetworkingI have a UIImageView which loads in images from the documents directory on the ios file system . The problem is …
ios uiimageview sizetofit