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