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 > iPhone SDK Development Forums > iPhone SDK Tools & Utilities

Reply
 
LinkBack Thread Tools Display Modes
Old 10-03-2011, 06:56 AM   #1 (permalink)
Registered Member
 
Join Date: Sep 2011
Posts: 3
Devkid12 is on a distinguished road
Default Invalidating NSTimer

Hello Guys,

I have a problem with invalidating a NSTimer. Basically, I want to stop the timer when a user logs out.

Now the problem is, when I logout after the updateIncidents() method is called, the application crashes with an EXC_BAD_ACCESS signal.

When the logOut method is called before the updateIncidents() method is executed, the invalidating works fine.

My code is as follows:

In the .h file:

Code:
NSTimer *timer;
In the .m file:

Code:
//In the viewDidLoad() method
timer = [NSTimer scheduledTimerWithTimeInterval:30 target:self selector:@selector(updateIncidents:) userInfo:nil repeats:YES];

-(void)logOut {
    [timer invalidate];
    timer = nil;
    [self.navigationController popViewControllerAnimated:YES]; 
}
What am I missing here?

Last edited by Devkid12; 10-03-2011 at 07:39 AM.
Devkid12 is offline   Reply With Quote
Old 10-04-2011, 02:41 AM   #2 (permalink)
Registered Member
 
Join Date: Sep 2011
Posts: 3
Devkid12 is on a distinguished road
Default

Problem solved! The problem was located in the dealloc method where the connection was already released.
Devkid12 is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 401
8 members and 393 guests
7twenty7, QuantumDoja, Retouchable, RobTaku, SLIC, tim0504, yys
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,679
Threads: 94,129
Posts: 402,925
Top Poster: BrianSlick (7,990)
Welcome to our newest member, xzoonxoom
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 08:34 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0