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
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 mails | Author | Date |
|---|---|---|
| No related mails found. | ||






Cocoa mail archive

