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 am building an iOS app which is based on image operations. I want to increase and decrease brightness of …
ios swift image-processing uiimageview uisliderI have a requirement to set a Gradient background to the launch screen with a UIImageView in the center which …
ios uiimageview splash-screen launch-screenI switched my project over to new beta versions of iOS 10 and XCode 8. In all three areas of my app …
ios uiimageview uiimage ios10 xcode8How would you detect touches only on non-transparent pixels of a UIImageView, efficiently? Consider an image like the one below, …
iphone ios image-processing uiimageview hittestI have a UIButton in my iPhone app. I set its size to 100x100. I have an image that is 400…
iphone image uiimageview uibutton aspect-ratioI have a UIScrollview in my app and I populate it with LOTS of UIImageViews approx 900. They are all very …
iphone objective-c uiscrollview uiimageview touchesbeganI have a UIImageView in a view controller. Is it possible to make certain areas of the image view tappable? …
ios map uiimageview uitapgesturerecognizerI'm trying to stretch an Image in a UIImageView - but I fail miserably :) Following setup: NIB-File with a view …
iphone uiimageview stretchI have an UIImageView which I add to a UIView to enhance the area where touches are recognized. When I …
ios uiimageview center subviewIn my iPad app I currently have a background image png of 1024x1024 pixels and set it using the following …
iphone objective-c ios uiimageview uiinterfaceorientation