SFAuthorizationView does not disable contents
SFAuthorizationView does not disable contents
- Subject: SFAuthorizationView does not disable contents
- From: Alexander Hartner <email@hidden>
- Date: Sat, 1 Mar 2008 19:16:00 +0000
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
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden