Is it possible to set an iPhone XCode project to skip the 'CompressResources' build step?
Specifically, I want to skip the stage where it runs pngcrush on all of my .png files, ... |
I finally finished my app which i'm excited about. One last thing that bugs me is that when i run my app, the first photo shown is not the image i ... |
I have an image in a custom cell. Is there any api to add a gray border to an image?
Thanks in advance!
|
I discovered somewhat by accident that if you make a UIButton in Interface Builder and type in Plus in the image field, a + image appears for the button. A similar ... |
I'm working with a designer friend on an iPhone app and he likes to refine all sorts of images relating to the project we're working on. All these images have been ... |
I have this project that i need to add a translation to. I already know how to add localisation to single image files, but there are 200+ images with text on ... |
SUPER HARD QUESTION
Here is my projet:
I use 3000 jpegs in an iPhone Project. In a normal situation, the 3000 files are loaded in the 'NSBundle' (encapsulated with the ... |
|
I got a little problem. I use some images in my app. Today I wanted to replace them with new ones. But when I build and run the project I still ... |
Is there any way to tell the geo lat,long of an image taken in the camera on iphone, using the iphone sdk?
Is there any way to get the timestamp?
|
I have this code:
- (IBAction)next {
// <-- here
index++;
...
|
If i want to set an image for background of my app and use it on iphone3 i should use image with 320 * 480 resolution (image1.png)and for iphone 4 i ... |
every one. Wishing you marry Christmas & A bright upcoming new year.
What I did is as follows.
- Imported (including copy items) 20 images to my project. ( using drag & drop )
- Selected ...
|
I am currently learning to get image from IP camera to show on iPhone using Xcode.
Apple Developer Site did provide sample for getting image using FTP - SimpleFTPSample.
Link to ... |
I have an application where I query a database and load a large number of small images. Currently, I add images as a resource in my iPhone project in xcode (by ... |
How can I hide an image after a specific time period?
|
Okay, so Apple apparently has this thing where if the app takes too long to load, iOS will automatically quit the app or something. So when I'm building my iPhone app, ... |
I just wanted to quickly ask how I could use an image as my MKMapPin.
|
I have created a static library for my application. Now, my application uses sources like plists & images which I am referring in my application.
How can I bundle those images ... |
Source codes files are getting committed but images are not.
Error message
error:pathscpec '' did not match any file(s) known to git.
http://i.stack.imgur.com/SqV6D.png (screenshot)
|
I have upgraded my current target to iPad and made a universal app and the time for adjusting my iphone app to ipad would decrease significantly if there is an answer ... |
I've got three images in my resource bundle. I want to fade away an existing image and load a new image in my image view every 10 seconds. How can I ... |
wat i want is to show an image in image view and fade the image after 5 seconds and show the next image .the images are stored in an array ... |
I'm new to xCode development and struggling my way through the provisioning system trying to run a Hello World app on a real device. I went through al steps and everything ... |
EDIT: solved. I just forgot to use the delegater object in the viewDidLoad method. Check the code and comments to see what I mean.
This is sort of a compound question with ... |
Is there any way to detect what orientation a phone was in when an image was taken?
I have a UIImageView on a UIView and I am using an UIImagePicker to take ... |
Hey guys, i'm currently trying to get the EXIF data from an image selected by the user via the UIIMagePickerController. I can't seem to get my head around how I would ... |
Hi i am saving images like this:
[UIImagePNGRepresentation(image) writeToFile:[self findUniqueSavePath] atomically:YES];
// Show the current contents of the documents folder
CFShow([[NSFileManager defaultManager] directoryContentsAtPath:[NSHomeDirectory() stringByAppendingString:@"/Documents"]]);
- (NSString *) findUniqueSavePath
{
int ...
|
Has anyone a one-line to find unused images in an XCode project? (Assuming all the files are referenced by name in code or the project files - no code generated ... |
I have an iOS project that uses a bunch of images in a single UIView
I have created the view in Interface Builder in put it all the appropriate subview (UIImageViews, UIButton, ... |
How can you detect if an image is touched in Xcode? I have looked at Apple documentation and it is really confusing...
I saw:
if (CGRectContainsPoint([imageView frame], location))
but my image still won't move. ... |
how can you delete an image by using touches in the iphone sdk? Im making a game with images so i was wondering if there is a way were if you ... |
i want to add a camerapreviewlayer and a take photo action but i dont know how.
Can someone help me.
Im new in Xcode
|
Yesterday was my first time with the SDK :-) I opened in the Xcode a previously purchased code and overwrote several image files. Here is the thing: not all new images ... |
I am trying to configure iPad for testing and and following steps to make device ready for this. while in the way I am following this error as you can see ... |
I have one UIImageView object.With this one object I need to set 12 frames and 12 images.with one object.
How?
Please help
UIImageView *obj= [[UIImageView alloc]init];
[obj setFrame:CGRectMake(10,20,50,56)];
[obj setImage:[UIImage imageNamed:@"x"]];
this is one image and frame ... |
Ive had some svn woes with an Xcode project and now using an older version from another user (we've taken it out of svn now).
Trouble is it looks like images ... |
I have to create my own customized slider. I am trying to change the thumb image,background of the slider and in the some test like slide to unlock.
I have tried like ... |
I have used like bellow code to show an image but image is not showing.
NSString *htmlString = [NSString stringWithFormat:@"<html>\
<body>\
<tr>\
...
|
How can I change the initial image when app is loading. Currently it is set to default.jpg but I don't know where in the project I can change it.
Thanks
|
I try to POST images to server.
I have finished it successfully like this:
I have webView, catch "right" url and switch viewControllers.
After switch them I choose image from PhotoLibrary or from camera, ... |
Is there any way to not add 1x images to an iPhone app.
I'm developing an iPhone app and i'm testing on my iPad.
When i just use @2x images, iPad successfully resizes ... |
I'm trying to find out what are the coordinates of a photo chosen from the photo library via "UIImagePickerController".
I present the imagePickerController:
[self presentModalViewController:imagePickerController animated:YES];
and then:
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingImage:(UIImage *)image editingInfo:(NSDictionary *)editingInfo
{
...
|
I am using ASIHttpRequest to POST user and pass to url that executes php code. This code returns a url string but now, also images are required in order to show ... |
I have a button connected to an action.
When I set the background image on that button, the result is not visually appealing. I want just to see the image not ... |
I have an app with a number of images. I want to check if an image exists in the bundle. If it does I display it, if not I display a ... |
I am localizing the images, as localizing to chinese simple it will create folder name as zh-Hans.Iproj by default but chinese won't be recognized if folder name is not zh_CN.Iproj so ... |
I'm developing an image editing application on the iPad.
It is like a function where you can write text into an image and then save it.
The user will be able to select ... |
I switched computers, so to copy my projects from xcode, I uploaded the whole project to Dropbox. When I to access the project all my image files where displayed in red ... |
Is there a way in obj-c (xcode iphone) to show an image that comes from a PCX data?
I have a NSData object with all the binary data of the PCX image.
... |
Two images not in same position, I want one of the images to get masked based on their intersection area
|