Is it possible to implement the blocking effect in the NSPreferencePane we create? Similar to a lock detected in other system settings modes (e.g. power saving, etc.)
I know that I could create a keychain element and then just have the activated boolean value of the controls bound to something that depends on successful user authentication, but is there a better way? Something that represents the same key authentication dialog, with the same message, etc.?
source
share