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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [EMAIL PROTECTED]

Reply via email to