0
votes
2answers
51 views

UIButton images look fine in IB but get stretched when displayed on app

I'm developing an Enterprise app for tracking mileage and maintenance for company vehicles. I've added graphic buttons to snazz it up a bit. The buttons look the way they're supposed to look on the ...
1
vote
4answers
45 views

how to convert the part of UIView into UIImage and display it in imageView

I have a view in which i am drawing the signature i want that the signature part of the view should be converted as UIImage and then display it in UIImageView here is the code which i got from net i ...
0
votes
0answers
29 views

how get multiply blend mode on a plain UIView (not UIImage)

I have an image in my iPad app and I basically want to place a color filter on top of it. For this I have a colored UIView that is masked to a certain shape that I put over the image. Since adjusting ...
0
votes
3answers
119 views

How to resize UIImage created with resizableImageWithCapInsets when used for an UIImageView / UIView

I'm writing code to use a custom image as the background for a UIView. The app runs in portrait only. Prior to the 4" retina screen, I used fixed size, hand-drawn png as the background image ...
0
votes
0answers
25 views

iOS Camera and Transparency

I'm currently taking a picture with the camera and creating a UIImage with it via the AVCaptureOutput delegate. I've noticed that the picture results with transparency which is contributing to the ...
1
vote
3answers
69 views

can't show picking image from photo library

Im using image picker for choose photos from photo library. When i click the button it displays photo library. But when i click particular image it dismiss modalView and image won't load to view. ...
1
vote
0answers
160 views

iOS Animation Block: Content of Image Flickers while Rotating

I am trying to rotate an image (UIImageView) within an Animation Block. The image contains fine lines horizontally (like the lines within an image of a notepad, for instance). But while being rotated ...
0
votes
2answers
63 views

iOS UIView render to UIImage - Apple's sample code works only once

In my app i want to render the view of a UIView into a UIImage. I use apple's sample code for this, that can be found here: https://developer.apple.com/library/ios/#qa/qa2010/qa1703.html - ...
0
votes
3answers
77 views

Adding a UIImageView and handling the size/fit

I create a view as follows: // Create sub view for Logo logoView =[[UIView alloc] initWithFrame:CGRectMake(0,0,screen.size.width,(screen.size.height - 230))]; [logoView setBackgroundColor:[UIColor ...
0
votes
3answers
77 views

UISegmentedControl wrong dividerImage

I am custumizing the all the segmented controls in my app with the following code.Initially i set the selected segment to index 2. Everything works perfect in IOS 6.While i was testing the app on ...
0
votes
1answer
41 views

Set UIImageView with size 10x10 as background for UIView

I have image with size 10x10 px and I need to set the image as background for UIView with the image copied horizontally and vertical, not stretched. Is it possible to do with ios?
0
votes
0answers
29 views

UIImages being dragged off screen using xcode

I have a view that holds multiple images. I can drag the images around perfectly, actually a little to perfect. My issue is I can accidentally drag an image off the iphone screen. How do I set the ...
0
votes
1answer
16 views

How do I place a button in a UIImage for determining different selections?

I have a UIView with a UIScrollView. I then added a gesture recognizer programmatically to the scrollView for left or right swipe. I created 3 UIImageViews with a different UIImage each, say 1, 2 ...
0
votes
0answers
68 views

Render a UIView to a UIImage larger than it is on screen

I would like to render a UIView into a UIImage. However, I would like to render it much larger than it is on screen, without pixilation. At present I am using... ...
0
votes
0answers
52 views

UiButton create in IB and use twice or more with change image

I have a button that I created in IB In some time I output this button on screen Then when I click on it, I hide it [UIView animateWithDuration:0.2f delay:0 ...
0
votes
1answer
87 views

iOS - How do I perform two transitions sequentially?

I have taken some code from other SO questions, but I must be doing something wonky. The app jumps from the first view to the third. What I'm trying to achieve is: ViewController 1 Image 1 - loads ...
0
votes
1answer
59 views

one method calling another forever, will this cause any problems?

I have written a little customer survey application and at the top I have an image of a car and a van that i pretend are zooming round. But the way I have coded it turns it into an infinate loop where ...
1
vote
0answers
66 views

ThumbImage is not proper in UISlider

I am using a UISlider in my application to show the download progress.I am facing a issue which is strange and occuring only in landscape mode. Prob: I could see a line behind the thumb image of ...
0
votes
2answers
395 views

Capture UIImage of UIView stuck in DrawRect method

I am trying to capture image of my UIView but when I call this method - (UIImage *) imageWithView:(UIView *)view { UIGraphicsBeginImageContext(view.bounds.size); [view.layer ...
1
vote
1answer
135 views

How to check pixel color of a UIView or a UIImage?

I am trying to check if an entire UIView is filled with one color. I managed to get a screenshot of the UIView using the following block of code: UIImage *image = [self imageFromView]; NSFileManager ...
0
votes
1answer
70 views

crop a rotated UIImage

I have the exact problem as described here: crop a rotated UIImage. I need to crop a rotated UIImage, however, when I try the solution it doesn't crop the image UIView *rotatedViewBox = [[UIView ...
0
votes
2answers
111 views

Dynamic UILabel - UIImage - UILabel ordered setup

I have a tableview cell that needs to look like this: Basically I have a label on the left side that will always remain the same length. That is no problem. On the right side I have a label that ...
0
votes
1answer
118 views

How to get this background strip in IOS 6?

I have used this background in older version, after updated to iOS 6.0 I am not able to find anywhere in IB. I stack overflowed and used this self.view.backgroundColor = [UIColor ...
0
votes
0answers
44 views

Strange white background issue with UIImage

I'm having an issue with when you select an image from your Photo Library. The image will fit the correct aspect ratio, however when you save the image. It will add a white background it. The way its ...
2
votes
1answer
72 views

How to save UIImage view and text within it to disk

I have an iOS app that draws shapes on the screen using a UIImage subclassed view and UIBezierPath to draw the lines of the shape. Here is the code to draw the text: // This is inside a loop const ...
0
votes
1answer
71 views

Draw UIImage with resizableEdgeInsets in center with stretched sides

I thought it was possible, since UIImageView does this just fine. Can I draw a UIImage in UIView's drawRect: method in a way that I center the image horizontally, and the sides of the UIImage are then ...
1
vote
3answers
132 views

Howe to capture UIView top UIView

i have UIView which displays the Graph..now I need to capture it to the UIImage and I googled it and got the below code.but if i use this in my code its not work.even if I use breakpoint compiler does ...
0
votes
1answer
244 views

Mask UIView with UIImage b/w iOS

I'm developing a iOS app for iPad. I'd like to mask a UIView with an image in black and white. So the black part of the image is what you can see of the view. If tried different codes like one ...
0
votes
1answer
80 views

iPhone SDK building an Omnigraffle like app

I have been trying to find an example or some hints on how to create an app that I could drag, resize, rotate images onto a UIView and then save the individual pieces (including their size, rotation ...
0
votes
1answer
140 views

iOS: How to convert the self-drawn content of an UIView to an image (widespread general solution returns blank image)?

My business app requires a feature to let the user draw a signature on a UIView with his finger and save it (via button click in the toolbar) so it can be attached to an unit. These units are going to ...
3
votes
2answers
135 views

using UIGestures to remove selected uiimage?

I'm trying to remove an image by doing a long press gesture... The problem is I could have multiple images on the same view. And might want to remove each image by holding down on the image. So lets ...
0
votes
1answer
179 views

How to Use Image as Button Background?

I have the following image representing my button: I want to use that image to create a button that uses that as the background, but that is much wider than the image I supplied. Here are the two ...
0
votes
2answers
121 views

UIImage in an UIImageView rendering distorted

I have an UIImageView 3 levels deep in a super view. (The white region on top of the gray rectangle is my superview, the gray elongated rectangle is one subview, the black square is another subview of ...
0
votes
1answer
85 views

Draw an UIImage on top of a subView and interact with a UIScrollView

I have a ViewController with a UIScrollView and 3 subviews. I've declared the size of the UIScrollView to have the 3 views by horizontal scrolling. I'm trying to draw a new image on top of each sub ...
0
votes
1answer
138 views

iOS - how to put UIImage and UILabel as a footer on the same line?

I need to have a footer in my view that says "Powered by: {image_logo_of_my_company}" How do I achieve that?
0
votes
2answers
395 views

UIImage in UIView and display image parts out of bounds

I have an image in a subview that is bigger than the subview it self, is it possible to display parts of the image that are out of the subview! have tried the view.clipsToBounds=NO; but no lack ...
0
votes
3answers
200 views

Take snapshot / screenshot of whole UIView - iPhone

I am trying to take a screenshot/snapshot of a UIView. I am able to get the a screenshot with the code below of the current visible view - but i am after the whole view. The view is a scrollview so ...
1
vote
1answer
324 views

How to draw a Mirrored UIImage in UIView with drawRect?

I load a image and create a mirror in this way: originalImg = [UIImage imageNamed:@"ms06.png"]; mirrorImg = [UIImage imageWithCGImage:[originalImg CGImage] scale:1.0 ...
1
vote
1answer
190 views

iOS - Animation - Image coming out of circle

I have a situation where I want an animation that look like image is coming/pop out from the object or another image having a circle. I know how to make image that coming out of rect but here I have a ...
1
vote
0answers
211 views

ARC-aware UIImage from UIView

My application iterates through a directory of PDF-files, draws there first page into a off-screen UIView subclass using the CGPDF API functions, which makes a UIImage available to the application. ...
0
votes
0answers
16 views

I capture my view but the image is more indistinct then screen view

how can I get exactly the same view -(UIImage *)captureImageFromViewLow:(UIView *)orgView { UIGraphicsBeginImageContext(orgView.bounds.size); CGContextRef context = ...
0
votes
1answer
223 views

UIPageView - curling is slow

I've got an magazine app which contains big images. When I want to turn over the page there is a big delay before the page will be turned. So I try to cache previous, current and next page but without ...
0
votes
2answers
141 views

Can't get UIButton image when getting UIButton from [self.view viewWithTag:n];

I can't get this piece of code that simply get the image of the UIButton to work. The error message keeps saying that tempButt is a UIView and it will not respond to the call imageForState:. Can ...
0
votes
1answer
55 views

Displaying an Online Image Objective C

I have tried getting an online image to get posted on a UIView however it doesn't load. Can someone help me out I have used http://snipplr.com/view.php?codeview&id=23024 its not loading, I ...
-2
votes
2answers
386 views

How can I resize the UIImage to specific size

In my app, I am taking picture with camera and displaying it in 320*320 UIView. But as the image resolution is more than that of UIView its kinda look squeezed. Is there any way I can resize that ...
0
votes
2answers
375 views

CATiledLayer issue

I want to use CATiledLayer like in PhotoScroller app. In my TilingView.m I have + (Class)layerClass { return [CATiledLayer class]; } - (id)initWithImageName:(NSString *)name size:(CGSize)size { ...
0
votes
2answers
630 views

UIView drawInRect with UIImage results in blackbackground

I have this following codes: @implementation MyImageView @synthesize image; //image is a UIImage - (id)initWithFrame:(CGRect)frame { self = [super initWithFrame:frame]; if (self) { // ...
5
votes
1answer
523 views

Retina display VS normal display color difference

I am designing a custom button with that requires me to overlay a UIButton on top of a UIImageView. The UIImageView uses a [UIImage stretchableImageWithLeftCapWidth:topCapHeight:] image and the ...
0
votes
2answers
194 views

UIView and UIImage preloading

I've got magazine app and I want to know If is there any way how to preload UIView and UIImages? My views structure: MagazineView -> pageView -> imageContainerView -> image ...
0
votes
5answers
630 views

How to disable touch detection on a UIImage?

I am working on an app, which actually works like MSPaint (something to draw lines, etc...). I got a white UIView, basically where the user draws. On top of this UIView I set up a UIImage, which is ...

1 2 3