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'm developing an iOS 4 application with iOS 5.0 SDK and XCode 4.2. I have to show some post blogs into a UITableView. …
ios cocoa-touch uitableview asynchronous uiimageviewI have an app that supports iOS8 and later, built in Xcode 7 and I am using a XIB for a …
ios objective-c uiimageview uiimage launch-screenI have my own subclass of UIButton. I add UIImageView on it and add an image. I would like to …
ios xcode uiimageview uibutton tintcolorI have a UIImageView where I have set the frame size to x = 0, y = 0, width = 404, height = 712. In my project, I …
ios cocoa-touch uiimageview uiimage stretchingI have a UIImageView embedded in a UIView. My entire app uses AutoLayout, but I want to remove constraints for …
iphone uiview uiimageview autolayoutI have a UIImageView inside a UIScrollView which I use for zooming and scrolling. If the image / content of the …
ios objective-c cocoa-touch uiscrollview uiimageviewI load a UIImageView with an image depending on user interaction. When the parent view is initially displayed, no image …
iphone cocoa-touch uiimageview uiimageI have a UIView with 4 buttons on it and another UIView on top of the buttons view. The top most …
iphone ios uiview uiimageview uitapgesturerecognizerI have a UIImageView that I want to add a shadow behind. I wish that apple had that as a …
iphone uiimageview shadowI have a UIImageView on each of my UITableView cells, that display a remote image (using SDWebImage). I've done some …
ios objective-c uitableview uiimageview