I am trying to mask an image with a 'mask image". its work fine at first time. but when i try one more time with in the application with same mask ... |
I'm new to the iPhone App development so it's likely that I'm doing something wrong.
Basically, I'm loading a bunch of images from the internet, and then cropping them. I managed to ... |
I have an issue with memory usage relating to images and I've searched the docs and watched the videos from cs193p and the iphone dev site on memory mgmt and performance. ... |
This somewhat related to another post - but that one got kinda messed up - so I start from scratch:
I have a CATiledLayer with a HUGE image in it (5780x6700px).
The tiled ... |
I am new to programming (learned how to write apps a few months ago) and recently wrote an app that crashes every time after about 5 minutes with several 'Received memory ... |
I have done the zoom out the large image(3200X4400) using scrollview.
I got the result also "Build suceeded".But Iphone crash.
Note:There was no error and warnings when built the application
Need help on this
Thanks ... |
I am working on an app that downloads images from a web site for display on iOS devices. The app runs fine on an iPad, but when run on an iPhone ... |
|
i am getting a crash issue(it is due to low memory) while picking up the a large image (3.5 MB) from the photo library in iphone 3G. The problem is only ... |
I have a problem with my application. It crashes after few times of working with images and I have no idea why.
I have a TabBar, in one item of TabBat ... |
I am having about 60 different images coming from the webservice.And I am storing it in a NSMutablearray.
now when I load the image for the very first time , each image ... |
every one
iam trying to download images which are base64 encoded, they are sending an byte array apended with xml tags, the images size may vary from 2to 4 mb, iam storing ... |
Just a Hello world app.
I create a view-based appllication named it Hello World.
then save ,build and
I double click the app under products.
cause the error:
Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed ...
|
I am a bit stuck on this core data error. My basic setup on the app is to load some basic data at initialization. Lets call them Department and Employees. ... |
My application reads and resizes images that are loaded from the internet; and unfortunately I can't control the creation of these images.
Recently I had a crash that I am not sure ... |
I have an iPad app, which is children's book. You navigate from one page to the next by calling this action, which essentialy fades out the current page and fades in ... |
@implementation SlideShowViewController
- (id)init
{
NSString *temp = [NSString alloc];
[temp stringwithString:@"http://www.inetwallpaper.com/homescreenhero/sunsets/wall009.jpg"];
temp=[(NSString *)CFURLCreateStringByAddingPercentEscapes(
...
|
I am picking image from Camera and save it in local folder.I display the saved images in scrollviewer. When i try to load more than 5 images, app crash with memory ... |
I am new iPhone Developer. I am upgrading existing iPhone App. I am using Core Data Model to save data.
In App, there is a 15 square boxes to add images. I ... |
Please review following code
-(void)addScrollView{
[self selectData];
scrollView=[[UIScrollView alloc]initWithFrame:CGRectMake(5, 00, 320, 480)];
int counter=5;
float y=40.0f;
int fullLength=[photoArray count];
int horizontal=320;
int vertical=(fullLength/4)*80;
int c1=1;
for(int c=0;c<[photoArray count];c++){
PhotoData *d=[photoArray objectAtIndex:c];
if(c1==5){
...
|
I am creating an application which is having multiple animation.
There are 50 pages and on each page there is different animation and for that animation using many images.
I am using the ... |