Post

Replies

Boosts

Views

Activity

Reply to SwiftUI iPad Landscape Only
Downside these methods are not fired: func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask {             self.orientationLock         }                  func supportedInterfaceOrientations(for window: UIWindow?) -> UIInterfaceOrientationMask {             self.orientationLock         }
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 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