Is there a guide out there for imitating the Lock/Unlock button and behavior of the secure Apple preference panes? (e.g. Network)
views:
126answers:
1
+5
A:
You want an SFAuthorizationView. You also want to study the Authorization Services Programming Guide.
Rob Napier
2009-06-05 16:42:17
That is indeed exactly what I want. I knew there had to be a way to do it without creating it from scratch. Thanks.
Lawrence Johnston
2009-06-05 16:50:42