Posts

Post not yet marked as solved
12 Replies
I haven't dare hit SUBMIT yet - but my reading of it is as follows (for a UK biz) 3 entity type is Corporation 9b enter your UK UTR 14a TICK! 14b TICK! 14b Type of LOB (this is where I'm not sure yet - but if I had to choose it'd be "Company that meets derivative benefits test") 15 don't do anything (according to the AppStore Connect tips document) ...so it's only 14b type of LOB that I'm not sure about... I'm not a bean counter so don't trust the above. Still waiting to hear back from Apple support! Cheers
Post not yet marked as solved
2 Replies
old school Objecive Cgesture.buttonMaskRequired = (UIEventButtonMaskPrimary | UIEventButtonMaskSecondary);I have since made progress - but it feels real hacky.Create 2 tap gesture recognisers - one with primary mask set, and the other with secondary mask set. I then kill the secondary gesture in the gestureRecognizerShouldBegin: delegate call if the UITouch type is UITouchTypeDirect so as to stop use getting 2 tap events with a finger.
Post not yet marked as solved
1 Replies
Turns out you can return nil now from application:configurationForConnectingSceneSession:options(didn't work in earlier betas.)Still don't know how (or if) it's possible to switch from mirror to app defined windowscene?
Post marked as solved
1 Replies
Turns out you need to call [view.window makeKeyWindow] prior to calling [view becomeFirstResponder] prior to presenting the UIMenuController.Makes sense I guess...
Post marked as solved
1 Replies
The answer is UIScreenshotService and its associated delgate.
Post not yet marked as solved
7 Replies
I hope you're wrong. For me tinted (usually blue) image/text indicates that you can tap it.
Post marked as solved
12 Replies
I suspect it's a pre-WWDC issue that will magically fix itself.
Post marked as solved
12 Replies
Not that it helps you - but I'm seeing this too :-(