Is it possible to develop an iOS application that shows all of the user's photos in a custom view ?
Post
Replies
Boosts
Views
Activity
I had an app built using SwiftUI and used to work without any issues, but when I build it for iOS 14 the app became very slow and the console began showing this message:
'NSKeyedUnarchiveFromData' should not be used to for un-archiving and will be removed in a future release After investigating, I concluded that using NSAttributedString in Core Data as Transformable object is the reason.
Does anyone has a better way for storing NSAttributedString in Core Data for iOS 14 ?
When I sign into Apple Developer Forums and close Safari then open it after couple of hours to visit the forums, I need to sign in again.
Is it an issue in the website or in my browser ?
Most of the search engines have the ability to search for exact phrases by inserting words between quotation marks, however this feature is not available in Apple Developer Forums.
I wish to see this feature in the forums for more power searches.
The number of results that appear while searching the Apple Developer Forums are, almost, always 600. The problem is not in the number itself, but in the relevance of the results.
Only couple of the results are relevant to the search term, and the other hundreds of them are irrelevant and viewing them is a time waste.
The big quantity of irrelevant results discourages me to do more search in the forums. I hope that Apple improves the searching mechanism as soon as possible.
As a mac user, I used to use the keyboard shortcut ⌘[ to go back to the previous page. However, and for unknown reason, the shortcut is not working while viewing the Apple Developer Forums, which is very annoying.
Is it possible to temporarily hide all issues (warnings and errors) while coding in Xcode ?
Hello,I have created an instance of EnvironmentObject in SceneDelegate and using it everywhere in the application without explicitly passing it to any component, and my application is already working as expected without any issues, however I'm asking just in case there's something I need to consider.Do I need to pass the instance of EnvironmentObject to all subviews that will use this environment object ?