Top "Uiimage" questions

The basic image handling class of Cocoa-Touch on iOS.

Adding Images to UIActionSheet buttons as in UIDocumentInteractionController

Is it possible to add an image to the buttons of the UIActionSheet as seen in UIDocumentInteractionController? If so, please …

iphone objective-c uiimage uiactionsheet uidocumentinteraction
didFinishPickingMediaWithInfo return nil photo

I am working to capture an image that is returned in 4.0 using - (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info { [[…

iphone uiimage camera uiimagepickercontroller
How to create a colored 1x1 UIImage on the iPhone dynamically?

I would like to create a 1x1 UIImage dynamically based on a UIColor. I suspect this can quickly be done …

ios uiimage core-graphics quartz-graphics
Creating a horizontal line

I have two labels that are stacked. If I want a horizontal line between them, is there any other way …

iphone cocoa-touch uiimageview uiimage
How to crop the UIImage?

I develop an application in which i process the image using its pixels but in that image processing it takes …

iphone uiimage
Stretch background image for UIButton

I got texture, which really shorter, than my UIButton. I got this texture: And i should create this button: How …

ios uibutton uiimage textures
How to set image to the UISegmentedControl in iPhone?

I am new to iPhone development. I have created UISegmentedControl having 2 segments. I want to display images for each segment …

iphone uiimage uisegmentedcontrol
How to add image in UINavigationBar in IPhone app

In my app, i want to add image(logo) in Navigation bar. I am working on XCode 4.2 and iOS 5. I …

iphone objective-c uinavigationcontroller uiimage uinavigationbar
iPhone - Mirroring back a picture taken from the front camera

When using the front camera of the iPhone 4 to take a picture, the taken picture is mirrored compared with what …

iphone uiimage camera uiimagepickercontroller mirroring
What's the default size for the UIImage in a UITableViewCell?

I want to put a UIImage in the left side of each row in a UITableView. This is pretty standard, …

iphone uitableview uiimage