Posts

Post not yet marked as solved
4 Replies
1.3k Views
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.
Posted
by alsarraf.
Last updated
.
Post not yet marked as solved
7 Replies
2.9k Views
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 ?
Posted
by alsarraf.
Last updated
.
Post not yet marked as solved
2 Replies
452 Views
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.
Posted
by alsarraf.
Last updated
.
Post not yet marked as solved
2 Replies
551 Views
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.
Posted
by alsarraf.
Last updated
.
Post not yet marked as solved
1 Replies
328 Views
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 ?
Posted
by alsarraf.
Last updated
.
Post marked as solved
1 Replies
577 Views
Is it possible to temporarily hide all issues (warnings and errors) while coding in Xcode ?
Posted
by alsarraf.
Last updated
.
Post marked as solved
2 Replies
2.2k Views
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 ?
Posted
by alsarraf.
Last updated
.