Post

Replies

Boosts

Views

Activity

Reply to SwiftUI... but why?
so anyway Apple engineers, how about this Interesting comments, however, as forum posts are not bug reports (and you're mainly talking to other devs here), feel free to make enhancement requests against the tools via the feedback/bug link below, being sure to add your report #s to your thread for ref., thanks and good luck.
Sep ’20
Reply to how do I remove the thumbnail in the interface builder?
If this tool (menus are changed, but this isn't new w/12.x) is TMI, uncheck Minimap (or press ^⇧⌘M) via the Editor menu. I would assume it was added a while back because not all devs use the tools the same way...some are more visually adept, some just want text controls they can read and process with the other side of their brains, some need less clutter, some want all the info they can get.
Sep ’20
Reply to Text view resizes weirdly in split view when window has full size content view
Not sure why you've chosen this particular exercise, but more than likely what you're witnessing is simply an artifact of the buffered IU updates being throttled while the system attempts to realize true state. If this is some sort of durability spec on a given project, I'd log the results and see about negotiating something more representative of which the IDE may be better suited. As it is, you seem to just be intent on watching it's eyes roll back while you thrash on it ;) Goal met, yay... If this is a hard requirement, feel free to make an enhancement request against the tools via the feedback/bug link below, being sure to add your request #s to your thread for ref., thanks and good luck.
Sep ’20
Reply to Xcode single view app
Assuming you're using Xcode 12.x, the problem for you is that those tutorials are for older versions. Xcode 12 doesn't have that template. Doesn't mean it can't build the kinds of apps those tutorials promote, just that those 3rd party YT videos depict outdated processes (we could tell you how to make a single view app, but that might not mesh with that tutorial, so not much point...you'be all dressed up w/no where to go). Recommend you use the links above and let Apple lead you instead, while you wait for 3rd party videos/tutorials to catch up. Just remember to always confirm whatever resource you grab is compatible with your tools. Good luck.
Sep ’20
Reply to Apple Music API Access
Apple Music API is now a part of MusicKit and can be used with iOS apps, Android apps, and websites. To communicate with the Apple Music service, you’ll need to create a MusicKit identifier and private key to sign your developer tokens using Certificates, Identifiers & Profiles, via the Member Center, where access to C,I&P requires a paid Apple Developer Program account.
Sep ’20