Post

Replies

Boosts

Views

Activity

Reply to Cannot show Automatic Strong Passwords
It seems a bit more broken than this. Selecting a previous field which has suggestions then selecting the new password field keeps the autofill bar for the previous field and messes with the keyboard change notifications... Very fun. This reminds me of the mess that is GameplayKit which is mostly dysfunctional and riddled with crashes.
Apr ’21
Reply to GKBehavior, GKGoal: Do they even work?
Finding exactly the same thing and no answers. Everything I am doing with GameplayKit and 3D doesn't seem to work...GKNoise; most API isn't functional... Crashing with documented example code...GKAgent3D lasts for a few run loops then everything goes to NaN for no apparent reason. Tweaking the accelleration to 0 locks the speed in place and the agent comes alive but moves continuously so it is stuck in a single direction.I just don't expect this from Apple.
May ’20
Reply to Cannot preview SwiftUI
Potentially a slightly different problem but if you are using a Swift Package which has previews within it.- The previews must be in the root folder of your sources, e.g. 'Sources/YourFramework/Previews.swift'.- The active target must be an application target.Then the previews magically work.
Mar ’20