Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 5 replies, 0 views
I created the window directly without SFAuthorizationPluginView. I can't use a custome NSView from SFAuthorizationPluginView's(NSView*)viewForType:(SFViewType)inType; because of its limited width and height.What is strange, now I tried to show my window from the didActivate method of SFAuthorizationPluginView. But this time I got the standard macOS unlocking window, though my custom window code was invoked.The right I use is system.login.screensaver.I change the default use-login-window-ui to authenticate-session-owner-or-admin.