So honored to see Essayist in this gallery showcasing apps and their Liquid Glass adoption on Apple Developer!
So honored to see Essayist in this gallery showcasing apps and their Liquid Glass adoption on Apple Developer!
Essayist is ready for macOS 15.1 & iOS/iPadOS 18.1! 🎉
So excited to soon have proofread in Essayist — a feature that corrects grammar, spelling and punctuation.
https://apps.apple.com/us/app/essayist-academic-writing-app/id1537845384
‎Try Essayist for free today! "App of the Day" — Apple "Editors' Choice" — Apple "A-Plus Apps for Students " — Apple "Apps You Need This Week" — Apple Essayist allows you to write APA, MLA, Chicago & Harvard Style essays with ease. From in-text citations and footnotes to references and page setup,…
A UIDocumentViewController question:
I'm migrating my document-based app to UIDocumentViewController to take advantage of the new launch experience in iOS 18.
UIDocumentViewController currently closes the UIDocument when the document var is set to nil or the controller is deallocated. This means you can't have the same document in more than one scene short of keeping all the controller instances alive.
Anyone know of a way to prevent UIDocumentViewController from closing the document?
If an app uses iCloud Documents and Core Data with CloudKit should these services use the same container or separate containers?
I can find info about each service in isolation but nothing about configuring both. Apple says you can of course have multiple containers but doesn't really have a suggestion for why aside from accessing containers from other apps you develop.
https://developer.apple.com/documentation/xcode/configuring-icloud-services
If you are still targeting macOS 11 on Apple Silicon with your apps, building with Xcode 15, and are seeing reports of a crash at startup, make sure to pass -Wl,-ld_classic (exactly that string) in the “Other Linker Flags" build setting, particularly if you are using C++.
That will force the use of the old linker, which doesn't have this issue with macOS 11. It's documented as a known issue in the Xcode release notes, but I know many developers who missed it, including myself!
What happened? Cursor showing at the second click. Xcode 14.3.1 works fine. CleanShot.2023-09-14.at.14.24.49.mp4 What are the steps to reproduce? Run with Xcode 15, iOS 17. What is the expected beh...
FrameUp 0.6 is now available (for free as always). Support for iOS 17, macOS 14 and visionOS. It also comes with the new AccessoryInlineImage so you can easily put any image you like in an accessoryInline widget.