Re: Why don't only these images don't show on the device?
Re: Why don't only these images don't show on the device?
- Subject: Re: Why don't only these images don't show on the device?
- From: Mike Glass <email@hidden>
- Date: Mon, 9 Mar 2009 10:04:07 -0400
Try deleting the app off the device manually (by tapping and holding
so the icons go into "wiggle mode" and then tapping the x) and then
doing a clean build to the device.
-Mike
On Mar 9, 2009, at 9:57 AM, James Cicenia wrote:
Anyone?
I have cleaned build this three times but not all the images are
being moved over?
Thank
James Cicenia
On Mar 8, 2009, at 8:43 PM, James Cicenia wrote:
OK -
It seems as though my builds aren't bringing over all my images.
How can I force the build to include all these images?
Thanks
James
On Mar 8, 2009, at 6:55 PM, James Cicenia wrote:
Hello -
All my images show except for these:
UIImageView *imageView = [[UIImageView alloc]initWithFrame:
CGRectMake(30+(horizontalCount*92),15+currentYOffset,30,30)];
[imageView setImage: [UIImage imageNamed:[pName
stringByAppendingString:@".i.png"]]];
[imageView setTag:100];
[scrollView addSubview:imageView];
However they do show on the simulator. Is there something obvious
I am missing here?
James Cicenia
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
Mike Glass
Developer
Marware, Inc.
email@hidden
http://www.projectx.com
http://www.marware.com
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden