-1
votes
1answer
32 views

iPhone @1x artwork 'multiple build' errors

I've just added the @1x artwork to my iPhone app but I'm getting 'Multiple build commands for output file' for each piece of @2x artwork. Any help would be appreciated thanks!
0
votes
1answer
14 views

Using UIControlEventTouchDragEnter to trigger a button's method… but doesn't work?

I am trying to set up a button using UIControlEventTouchDragEnter as the way to trigger the button's method. Specifically, I have a button, and I want the button's method to be triggered if the user ...
0
votes
1answer
46 views

Compress Large UIImage

so what im doing is compressing an image repeatedly until it fits within a size frame. It it takes to many attempts, give up and later we tell the user the image is to large. My issue is that after ...
0
votes
0answers
35 views

opencv2.framework/opencv2(surf.o) duplicate symbols for architecture armv7

I am integrating opencv2.framework with my project. I did the following steps for completion. Added opencv2.framework to "Linked Frameworks and Libraries" Added libc++.dylib to "Linked Frameworks ...
0
votes
0answers
40 views

UIcollectionView has slow jerky loading of images and scrolling

I have a UICollectionView with some images in it. It is very slow and jerky to load the images on the first scroll down. After that, when the images are loaded it is fine. I guess the problem is that ...
0
votes
2answers
41 views

didFinishPickingMediaWithInfo orientation issue

i'm trying to manage image rotation in imagePickerController:didFinishPickingMediaWithInfo, but after several attempts, I did not find any solutions. My last try is: ...
0
votes
1answer
82 views

Too many open files iOS

i am new on ios programming, when my app is running , i am taking these errors. I am loading 950+ images in my app and i am using ARC. ImageIO: CGImageRead_mapData 'open' failed ...
1
vote
2answers
47 views

How To Ignore Null String Values Out Of A Series Of NSStrings

I am using NSXMLParser to parse data from the RSS Feed. From CDATA Block, i am also pulling the images by first catching the image urls. This is how i am using the CDATA method of nsxmlparser: - ...
0
votes
3answers
61 views

how to change uiimageview image's programmatically

In my ios application i create uiimageviews programmatically like that, for (int i=0; i<20; i++) { productID=[products objectAtIndex:i]; ...
0
votes
2answers
29 views

Display Top Portion of UIImageview

I'm trying to display a top portion of an UIImage. I know I can use the following code and display the middle portion. I'm just trying to figure out how to do the same for the top portion: ...
1
vote
2answers
25 views

loading png in uiimageview crashes app xcode

I make an image with photoshop in png format. when i try to use in my project in UIImageView and run the app, it crashes just after the launch screen. when i remove the png, the app works great. why ...
0
votes
0answers
29 views

Rotating UIImage causing some iPhones to crash

On my app, I build a PDF. I add an image to the PDF file. When I use UIImagePickerController and select a portrait photo, it automatically rotates it 90 degrees to the left. So, in order to fix ...
1
vote
2answers
80 views

Memory issue when using large NSArray of UIImage

I am trying to use an array of UIImages to display large number of images on the screen. Currently I add each image into NSMutableArray and then access them when I need to, but as the number of images ...
0
votes
1answer
53 views

Draw Border around UIImage

I am needing a border around a UIImage. The UIImage is added to a PDF file. Here is the code for drawing the image currently. - (void) drawImage2 { UIImage * demoImage = self.imageCopy; ...
0
votes
0answers
31 views

No visible @interface for 'Card' declares the selector

hello i am a complete novice in programming and i'm following a tutorial online to build a card game app. i have a problem making the cards show -(void) showHand:(Hand *)hand; { int ypos = 80; for ...
2
votes
1answer
29 views

How to property save a UIImage from imagePickerController

How do you property save an image from imagePickerController? I'm able to display the image into a UIImageView just fine but when I try to do anything else with the image, the image remains nil. You ...
1
vote
0answers
79 views

xcode UILabel resizing and repositioning not working

I have been trying to get this working for much longer than I care to admin, but I have searched just about every s.o article there is and none of the solutions seem to be doing anything... My ...
0
votes
1answer
104 views

imagePickerController didFinishPickingMediaWithInfo giving me a weird image

I wrote some code to add a photo taken with the camera and add it to a NSMutableArray of UIImages. - (void)imagePickerController:(UIImagePickerController *)picker ...
0
votes
2answers
135 views

How can i add a background image for UIWebView?

How can i add a background image for UIWebView as a texture ? I use following code but its not working? _webView.backgroundColor=[UIColor colorWithPatternImage:[UIImage imageNamed:@"light.jpg"]];
0
votes
2answers
59 views

Animate by alternating different UIImages

I have two different images, that are essentially just inverses of each other. I would like to animate them back and forth to create a somewhat moving effect. In the AppDelegate didFinishLaunching I ...
2
votes
2answers
57 views

Add UIImage to NSMutableArray

I have a problem with a piece of code that should add images to a NSMutableArray. For some reason the images are not added (the count of the array stays at 0). Can someone please tell me what I'm ...
0
votes
2answers
113 views

How to disable or bypass escape sequence in iOS string for Base64 Image url data

Ok so bare with me for this... I am receiving base64 strings from a json request from my server... The base64 strings look like this: "/9j/4AAQSkZJRgABAQAAAQABAAD//gA7Q1J..." (well shortened) Now ...
0
votes
1answer
189 views

Unknown reason to receive Memory Warning

let me come to issue fast. There is no problem in my code so far. My only concern is Memory management. Let me make my app logic clear. When App is launched globally NSmutableDictionary is declared ...
1
vote
3answers
85 views

Can't add image to button

Hi Im having a problem with adding an image to a button.Images are stored in a NSMutableArray property.The problem is to add and display the image to the button. I have verified that the image is ...
0
votes
2answers
77 views

Fast animation with big images

I have a task to make simple animation for iPad2 like here:http://www.subaru.jp/legacy/b4/index2.html User can simply slide to left and right and object visually rotates by it's vertical axis. I ...
0
votes
4answers
55 views

How do I lock text fields and images in place in ios?

When I am designing the interface everything looks fine.But when I run the project some text fields move and get mixed with other text fields.Some images go down.How do I lock everything in place ,so ...
0
votes
3answers
185 views

Simple resizing of UIImage in XCODE

Is there any way how to resize UIImage in as few lines as possible? I don't mind of ratio, I just want to set image resolution to 80x60. That's all
0
votes
0answers
41 views

Change tabs images depending on user login condition using objective-c + xcode on iPhone

I have the code for tab images UIImage *selectedImage0 = [UIImage imageNamed:@"FindDoctorTab-Selected.png"]; UIImage *unselectedImage0 = [UIImage imageNamed:@"FindDoctorTab-Unselected.png"]; UIImage ...
0
votes
0answers
66 views

how to create layer on UIimage ios

UIBazierPath applied on UIimage Required Image with layer added on path I have a UiImage and Bazier path just like in 1st link Image. But I can't understand the thing in 2nd link image as applied ...
1
vote
3answers
58 views

find image with image name in xcode

I am working on an iOS project. How can I navigate "somepicure.png" quickly when I find [UIImage imageNamed:@"somepicture.png"]? I have tried right click and click with control/option/command, but ...
0
votes
2answers
85 views

Set alpha on one color in UIImage

I have this PNG image: (the area in the grey borders is transparent) I would like only the grey corners to have alpha of 0.5 If I set [imgView setAlpha:0.5f]; Also the transparent area in the ...
0
votes
0answers
91 views

How to programmatically create UIImageViews inside a NSTimer's selector method and add a UITapGestureRecognizer in XCode

What I'm trying to do is programmatically create a number of UIImageViews on screen in a NSTimers @selector method. Right now, if I do this (I got solution code in here somewhere) ...
0
votes
0answers
47 views

Drag-n-Drop conundrum; updating UIImage resets the location of the UIView

I've created a rather robust drag-n-drop quiz that incorporates a collection of UIViews that can be dragged to available targets. All of the UIViews are positioned with the aid of the storyboard (ie, ...
1
vote
1answer
68 views

Performing a Segue from a table with searchbar to an UIImage in Detail View in xcode

I'm pretty new to xcode so I'm having trouble performing this task. I've created a table with a search bar with names that are passed to a detail view with a UILabel that shows the corresponding name ...
0
votes
1answer
40 views

What are the pros and cons between UIImageView and CCSprite?

What are the pros and cons between UIImageView and CCSprite? I am using UIImageView for our app's UI using initWithContentsOfFile: and I am afraid that it will cause too much memory than a CCSprite ...
0
votes
1answer
140 views

UIImage from NSData in UITableView - performance issue

I am storing images from Photos Album in my app documents directory as NSData and than displaying them in UITableView. I have problem with performance. It takes a good few seconds to save image into ...
0
votes
1answer
58 views

How to change the Image of Button without Touching it

I am trying to change the image of button while i have created button programmatically //Create a Buttonfav UIImage *imagefavNormal = [UIImage imageNamed:@"favtop_unselect_icon2.png"]; btnFav = ...
0
votes
2answers
129 views

Shows Touch On Highlight for UIImage

The UIButton has a cool attribute that is called "Shows Touch On Highlight" that allows me to tell the user "you touched this button". Is there any way I can implement this for a UIImage? I want the ...
0
votes
0answers
126 views

Image resizing not working

My application allows a user to select an image from an Album and I have a rule-of-thirds (ROT) grid I want to overlay. I'm using the following code in an attempt to resize the ROT grid image to the ...
0
votes
0answers
53 views

Fix the position of a button ontop of a scroller xcode

I have a table view with multiple cells that each load a different UIImage via a push segue. I want to be able to have buttons that are fixed at different positions on some of the images which i will ...
0
votes
0answers
51 views

Detect color from image for overlay text

im loking for some category/subclass to detect a color for overlay text (UILabel), so the text can be readable. Any advice? Thank you,
1
vote
1answer
116 views

How to get the Size (KB) of UIImage

I am getting Image from didFinishPickingMediaWithInfo. UIImage *originalImage = (UIImage*)[info valueForKey:UIImagePickerControllerOriginalImage]; I want to get the size of Image in Kb.
0
votes
0answers
59 views

Can SDWebImageDownloader cancel download?

I'm using SDWebImageDownloader (UIImageView+WebCache.h) to download some image. When image is downloading, and user navigates back to previous view controller, I want to cancel SDWebImageDownloader's ...
0
votes
4answers
83 views

How to Add UIImage to NSMutableArray

I'm trying to add my UIImage from web service to my NSMutableArray using this code: for (int i=0; i<[totalRowCountString intValue]; i++) { NSString *criticsRatingString = [[JSON ...
0
votes
0answers
148 views

UIImage imageNamed: -568h ~iPad @2x Category to automate loading

I have created a category to automate loading of images depending on the device used. It can accept normal images, @2x, -568h and ~iPad. The code was not created by me I found it on ...
0
votes
0answers
88 views

Positioning CAShapeLayer in UIImage

I'm trying to render white image with black CAShapeLayer in it. It renders perfectly but i dont know how to position it. I want it centered but it is drawn in top left corner. + (UIImage ...
0
votes
0answers
48 views

Widthstep issue in Objective-C

While doing image processing with UI images in Objective-C, i am having an unusual image-skewed problem for some images. The images are getting distorted badly. This problem occurs in Open-CV when i ...
2
votes
2answers
177 views

Capture a Screen Shot of UIView - Slow Performance

I have a Drawing App of sorts, I would like to create a Snapshot of the Canvas UIView (both on and off screen) and then scale it down. The code I have for doing that take bloody for ever on an iPad 3. ...
0
votes
0answers
46 views

Having problems getting UIImageView to display correct image?

Okay so this is weird but basically, my app collects weather data via json, parses it and turns the temperature and current conditions into NSStrings, for some reason, I'm having 2 issues, it never ...
0
votes
2answers
354 views

Motion Blur effect on UIImage on iOS

Is there a way to get a Motion Blur effect on a UIImage? I tried GPUImage, Filtrr and the iOS Core Image but all of these have regular blur - no motion blur. I also tried UIImage-DSP but it's Motion ...

1 2 3 4 5 7