one more quick question though...
Where would i add this line of code?
Code:
#pragma mark AlertView delegate methods
- (void)alertView:(UIAlertView *)alertView clickedButtonAtIndex:(NSInteger)buttonIndex {
_loginButton.enabled = NO;
[alertView release];
}