An image view object provides a view-based container for displaying either a single image or for animating a series of images in iOS.
So I am using the SwipeView library (https://github.com/nicklockwood/SwipeView) to show images using the Photos framework for …
ios uiimageview uicollectionview photosframeworkI have an UIImageView that I want to fade in. Is there a way to enable that on an underlying …
iphone ios ipad uiimageview xamarin.iosThis is stumping me. I have a UIView (call it "parent"). The bottommost subview of that view is a UIImageView (…
uiview core-animation uiimageview calayer roundedcorners-dropshadowUsing storyboard, I have placed an imageView as my tableView's headerView inside a ViewController. This is how my storyboard is …
ios objective-c uitableview uiscrollview uiimageviewThis question boggles my mind and I cannot find an answer. I looked all over the documentation, tried out code, …
ios objective-c image uiimageviewI've got a UIImageView (full frame and rectangular) that i'm rotating with a CGAffineTransform. The UIImage of the UIImageView fills …
iphone cocoa-touch uiimageview uiimage antialiasingI want to show images in a grid on iPhone using a UICollectionView, showing 3 images a row. For a "dead …
uiimageview ios6 uicollectionview uicollectionviewcellI am creating an iPad app that has several pictures (UIImageViews) in a horizontal scrollview. I want to allow the …
iphone xcode ipad uiimageview photolibraryI am using the following code to save and load images that I pick from either the library or take …
iphone objective-c ipad uiimageview orientationThis is my first ever question on stackoverflow. I'm trying to load a PDF file stored in Resources into a …
iphone pdf uiimageview uiimage iphone-sdk-3.2