FlowBarButtonItem icon indicating copy to clipboard operation
FlowBarButtonItem copied to clipboard

conflict with key window

Open pichirichi opened this issue 9 years ago • 0 comments

Since the window for the flow button declare "makeKeyAndVisible" it become the key window and will result problems in presenting UIAlertController on the key window if using: keyWindow.rootViewController

You should work with self.hidden = true/false

pichirichi avatar Feb 11 '16 09:02 pichirichi