Post

Replies

Boosts

Views

Activity

Reply to Is swiftui the only way to develop watchOS apps?
To create watchOS user interfaces, either SwiftUI, or storyboards through WatchKit (deprecated) can be used. SwiftUI is much more flexible and allows more control compared to storyboards. Apple strongly recommends using SwiftUI, and it is very much the norm now. See: https://developer.apple.com/documentation/watchkit/ Hope that helps, good luck!
Topic: Programming Languages SubTopic: Swift Tags:
Apr ’23
Reply to Can we use .HEIF files instead of .png for App Alternate Icons on iOS Applications?
Yes, I believe that is possible. However, I do not recommend it as it is a lossy format, that is designed for high res. photos. Hope that helps.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Is swiftui the only way to develop watchOS apps?
To create watchOS user interfaces, either SwiftUI, or storyboards through WatchKit (deprecated) can be used. SwiftUI is much more flexible and allows more control compared to storyboards. Apple strongly recommends using SwiftUI, and it is very much the norm now. See: https://developer.apple.com/documentation/watchkit/ Hope that helps, good luck!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’23