Posts

Post not yet marked as solved
0 Replies
386 Views
Hello, What should I do when appstoreconnect.apple.com/apps no longer displays a list of apps? Fortunately, the app is still accessible by its URL at appstoreconnect.apple.com/apps/(appid)/appstore. Thanks for any info;
Posted
by Mifortin.
Last updated
.
Post not yet marked as solved
0 Replies
341 Views
Hi,I have a simple app where the user spins a wheel. On TouchesEnded happens, the momentum registered from the last TouchesMoved is applied every frame until future touches.On iOS, this feels good - there is no perceptable time between removing the finger from the touch-screen.On MacOS Catalyst on my MacBook, there's a noticable delay (half a second or more) between the TouchesMoved and the TouchesEnded event. It ends up with a spinning wheel while dragging the cursor - remove fingers from trackpad (I have 3-finger drag enabled) - watch as nothing happens for a bit - then the momentum is applied (it's quite jarring).Is there another API I should be looking at or some setting that should be set so that inputs are immediate rather than delayed?Thanks,-Michael
Posted
by Mifortin.
Last updated
.
Post not yet marked as solved
1 Replies
920 Views
Upon doing a frame capture, to my surprise, I saw that the render target was twice the size of the actual display.I traced the issue to my display settings - a super small font scaling - therefore the desktop Is being rendered at about twice the display resolution. Fair enough...For performance reasons, I’d rather my app render one texel per pixel. And I can’t find the API that will help me convert the View coordinates to actual display pixels.Im quite certain it’s possible since Xcode displays the captured frame texture at the proper pixel aligned size... (4x larger than the window of the app)Any help or hints would be appreciated. 🙂
Posted
by Mifortin.
Last updated
.