Posts

Post marked as solved
1 Replies
650 Views
Having problems popping a UIMenuController when using multiple (side by side) windows.So I handle a tap in a view then I set the firstResponder to that view, then I present a UIMenuController in that view and the canPerformAction: is called on that view - all good!I then attempt the same in the adjacent window (same code obviously) and the canPerformAction: is still sent to the previous view (in the other window.) Indeed, pressing the menu also results in the handler being called on the other view.Both views return YES from canBecomeFirstRepsonder:Anyone got any ideas?Thanks
Posted
by Scotty.
Last updated
.
Post not yet marked as solved
0 Replies
318 Views
I have a document based app and use the UIDocumentBrowserViewController. All works well with iCloud, OneDrive etc. but I've never had it work with GDrive. I can see the documents but any attempt to create or open a document fails. Haven't seen any other app work either EXCEPT the Pages app (so it IS possible.)Anyone else made this work?
Posted
by Scotty.
Last updated
.
Post not yet marked as solved
2 Replies
1.3k Views
Just playing with the new mouse/trackpad support and trying to detect both primary and seconday mouse button clicks.I can detect them (primary OR secondary clicks) by setting the buttonMaskRequired on a UITapGestureRecognizer to EITHER UIEventButtonMaskPrimary or UIEventButtonMaskSecondary BUT if I attempt to recognise both (buttonMaskRequired = UIEventButtonMaskPrimary | UIEventButtonMaskSecondary) then the gesture recogniser doesn't fire (for mouse clicks.)Anyone know if this is an 'oversight' or I'm doing something wrong?Thanks
Posted
by Scotty.
Last updated
.
Post not yet marked as solved
1 Replies
1.5k Views
TLDR; Anyone know how to have an app 'mirrored' to an external/AirPlay screen in iOS13?In previous (to iOS13) versions, the application screen would automatically be 'mirrored' on an external screen (or AirPlay) unless told to do otherwise (by explicitly adding UIWindows to UIScreens etc.)In iOS13 things changed and now we get a UIWindowSceneSessionRoleExternalDisplay offered (to which we attach a UIWindowSceneDelegate) just like we do for multiple windows. There doesn't seem to be a way of just saying 'mirror me'.Thanks in advance.
Posted
by Scotty.
Last updated
.
Post marked as solved
1 Replies
541 Views
Anyone know where I might find the documentation for implementing full page screenhots in my app?Thanks
Posted
by Scotty.
Last updated
.
Post not yet marked as solved
7 Replies
8.5k Views
The tintColor no longer seems to apply to images or text in the UISegmentedControl (in iOS13)Anyone know if this is by design or a bug?Thanks
Posted
by Scotty.
Last updated
.