Skip navigation.
 
mlSFAuthorizationView does not disable contents
FROM : Alexander Hartner
DATE : Sat Mar 01 20:16:00 2008

I have a SFAuthorizationView which contains several other controls, 
however at the not-authorised state, all components are still 
accessible.

I am not sure if it is supposed to happen automatically or if I need 
to implement this myself in the delegate methods.

- (void)authorizationViewDidDeauthorize:(SFAuthorizationView *)view {
   NSLog(@"authorizationViewDidDeauthorize");
   //disable view contents
}

- (void)authorizationViewDidAuthorize:(SFAuthorizationView *)view {
   NSLog(@"authorizationViewDidAuthorize");
   //enable view contents
}

Kind regards
Alex

Related mailsAuthorDate
No related mails found.