Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum

Thread: Memory Issue
View Single Post
Old 09-04-2009, 01:59 PM   #5 (permalink)
casahome2000
Registered Member
 
Join Date: Aug 2009
Posts: 15
casahome2000 is on a distinguished road
Default More info on Memory Problem

A little bit more info on this.

In the .h file i have the following in the right place...

Code:
NSTimer *timer;
@property (nonatomic,retain) NSTimer *timer;
In the .m file i have the following in the right place...

Code:
@synthesize timer;

- (void)accelerometer:
timer = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(moveProgress) userInfo:nil repeats:YES];

- (void)moveProgress:
[timer invalidate];
I've changed around the code a bit for some of the suggestions but they did not provide any sunshine. I've got it back to what it is posted in my posts now...non functioning! LOL.

Thanks again for helping with this...can't wait to get his resolved.
casahome2000 is offline   Reply With Quote
 

» Advertisements
» Stats
Members: 175,180
Threads: 93,920
Posts: 402,153
Top Poster: BrianSlick (7,967)
Welcome to our newest member, mausumi
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 01:09 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.