Post

Replies

Boosts

Views

Activity

Reply to How do I convert an struct of type Data to an object of type CNGroup?
CNGroup can be encoded to data and that's it. Performing the reverse is not supported given name & identifier are read-only open properties hence decoding a data stream back to a CNGroup will always never work. Using the CNMutableGroup model will only give you the ability to encode and decode name in both directions but the super implementation of identifier will present the issue of only being able to encode the object to data and not the reverse.
Apr ’22
Reply to Can I use feather icons in my App?
What is the motivation for using them when you have over 3200 native SF symbols available to your app via the OS or installable for development. https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/ and here https://developer.apple.com/sf-symbols/
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’22
Reply to Can I use feather icons in my App?
This response is based on your SwiftUI tag: What is the motivation for using them when you have over 3200 native SF symbols available to your app via the OS or installable for development. https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/ and here https://developer.apple.com/sf-symbols/
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Apr ’22
Reply to Unable to receive silent push notifications for my iOS App on certain iPhones, receiving push only after resetting iPhone settings from settings app
iOS determines the final priority for notifications based on other internal factors.
Replies
Boosts
Views
Activity
Apr ’22
Reply to Can't run XCUI Automated tests in IDE
Just make sure you have the associated scheme selected for the associated test to be triggered.
Replies
Boosts
Views
Activity
Apr ’22
Reply to Is using CoreData + CloudKit to store text notes, and iCloud Document to store note image attachments as image files a good design approach?
notes maybe - images no. For images store references to their location on disk in core data, or upload them to a remote cdn or your app will be deleted very quickly when the user realize the culprit responsible for the used storage.
Replies
Boosts
Views
Activity
Apr ’22
Reply to UITabBarItem accessibilityIdentifier not work iOS 15.4 XCode 13.2.1
Try setting the values on the root controller of each tab item and not the tab item itself.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to How do I convert an struct of type Data to an object of type CNGroup?
CNGroup can be encoded to data and that's it. Performing the reverse is not supported given name & identifier are read-only open properties hence decoding a data stream back to a CNGroup will always never work. Using the CNMutableGroup model will only give you the ability to encode and decode name in both directions but the super implementation of identifier will present the issue of only being able to encode the object to data and not the reverse.
Replies
Boosts
Views
Activity
Apr ’22
Reply to Canvas preview crashing
What ever you're doing in your List view is the source of the problem, not Canvas.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Type '()' cannot conform to 'View' and too long code?
var body: some View expects the return of a View which you're not providing in divisioncheck, additioncheck etc ...
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Is there an SDK for using the emergency services on IOS?
No, there isn't
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to 15.4.1 & 15.5 Kernel Panic.
This will be moved too as it is not developer related. Report directly to Apple via the feedback assistant.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Problem notarizing a pkg containing fortran programs
Do a quick forum search on notarizing a pkg a few of the results have solutions.
Topic: Code Signing SubTopic: Notarization Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Generating .onDelete on my list
put it anywhere you wish it will be intercepted
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Will a MacBook Air M1 with 8GB RAM be suitable for Flutter Development, Web Development, and lots of background programs?
Wrong forum post here: http://communities.apple.com/
Replies
Boosts
Views
Activity
Apr ’22
Reply to Can I use feather icons in my App?
What is the motivation for using them when you have over 3200 native SF symbols available to your app via the OS or installable for development. https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/ and here https://developer.apple.com/sf-symbols/
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Can I use feather icons in my App?
This response is based on your SwiftUI tag: What is the motivation for using them when you have over 3200 native SF symbols available to your app via the OS or installable for development. https://developer.apple.com/design/human-interface-guidelines/sf-symbols/overview/ and here https://developer.apple.com/sf-symbols/
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to How to get Apple In-App Purchase Icon Programatically or otherwise?
If it is not on this list then it's not an official marketing asset. https://developer.apple.com/licensing-trademarks/
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Apr ’22