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 an image view, declared programmatically, and I am setting its image, also programmatically. However, I find myself unable …
ios objective-c uiimageview uiimageI have an IBOutlet to a UIImageView, but when I look at the UIImageView doc, I can't see any hints …
ios uiimageviewI'm trying to create a UIImage View programmatically, I have a new view and I tried doing this let imageName = "…
ios xcode swift uiimageview uiimageI'm trying to assign an UIImageView to an action when the user taps it. I know how to create an …
ios swift uiimageviewI need to load an animated Gif image from a URL in UIImageview. When I used the normal code, the …
objective-c iphone uiimageviewI have an UIImageView with an image. Now I have a completely new image (graphic file), and want to display …
ios iphone animation uiimageview uiimageI have a bunch of images I am using for cell's image views, they are all no bigger than 50x50. …
iphone objective-c uitableview uiimageview uikitI have placed an image (UIImageView) on the navigation bar. Now I want to detect the touch event and want …
ios iphone uiimageview uitouchIs it possible to read the name of an UIImageView's UIImage that's presently stored in the UIImageView? I was hoping …
ios objective-c swift uiimageview uiimageI have a String with an URL of GIF banner which I need to put into app. My code: func …
ios swift uiimageview uiviewanimation