skycocker / NameAndPassword

A fixed 2014 version of Apple's NameAndPassword auth plugin sample
66 stars 14 forks source link

Required to Add NSpopover on NameAndPassword #6

Open amit3215 opened 4 years ago

amit3215 commented 4 years ago

I need to add a button on click of which , a popover should be shown . The Popover content view is a NSViewcontroller . I am not sure about the exact reason why popover is not visible .

I tried to to simply add a NSView also just to check if it works or not but this also not working . NameAndPassword is subclass of NSObject , Can we add Popover on it or not ? If yes the how ? Thanks in advance .

CityHunter07 commented 1 year ago

Hi @amit3215 I tried to create a similar alert view and could not show any extra window in LockScreen other than the one SFAuthorizationPluginView. I think there might not be any other way. Please share if you have any update on showing an extra window or modal in LockScreen using this. Thanks in advance.