|
@@ -90,6 +90,7 @@
|
|
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillChangeFrame:) name:UIKeyboardWillChangeFrameNotification object:nil];
|
|
[[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillChangeFrame:) name:UIKeyboardWillChangeFrameNotification object:nil];
|
|
|
}
|
|
}
|
|
|
#endif
|
|
#endif
|
|
|
|
|
+ [self start_urgency_timer];
|
|
|
}
|
|
}
|
|
|
-(void) viewWillDisappear:(BOOL)animated
|
|
-(void) viewWillDisappear:(BOOL)animated
|
|
|
{
|
|
{
|
|
@@ -189,9 +190,6 @@
|
|
|
{
|
|
{
|
|
|
[super viewDidLoad];
|
|
[super viewDidLoad];
|
|
|
|
|
|
|
|
- [self start_urgency_timer];
|
|
|
|
|
-
|
|
|
|
|
-
|
|
|
|
|
if(self.loading_msg==nil)
|
|
if(self.loading_msg==nil)
|
|
|
self.loading_msg = @"Please Wait";
|
|
self.loading_msg = @"Please Wait";
|
|
|
if(self.loading_title==nil)
|
|
if(self.loading_title==nil)
|