authorize(_:)
Attempts to unlock the lock icon in the view.
Declaration
func authorize(_ inSender: Any!) -> BoolParameters
- inSender:
The authorization view to unlock.
Discussion
This method has the same behavior as if the user clicked on the lock icon; if the user is authorized, the lock icon unlocks. If this method succeeds, it returns true; if it fails, the lock icon remains locked and the method returns false.