• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
SFAuthorizationView does not disable contents
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: Scrollers on custom view appearing but not disappearing
  • Next by Date: Adding GUI components dynamically
  • Previous by thread: Re: Scrollers on custom view appearing but not disappearing
  • Next by thread: Adding GUI components dynamically
  • Index(es):
    • Date
    • Thread