UIKIt and Storyboard #177
Answered
by
marcprux
rockcoder1920
asked this question in
Q&A
-
Does skip supports UIKit and Storyboard or it only supports full SwiftUI apps? Can I target iOS 14 and make the app available for Android and iOS? |
Beta Was this translation helpful? Give feedback.
Answered by
marcprux
Jul 23, 2024
Replies: 1 comment
-
Skip only provides a SwiftUI implementation for Android. While there is a little bit of UIKit support here and there in order to fill in the gaps (e.g., Additionally, Skip requires iOS 16 and higher. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marcprux
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Skip only provides a SwiftUI implementation for Android. While there is a little bit of UIKit support here and there in order to fill in the gaps (e.g.,
UIImage.init(data:)
), there is no support for storyboards.Additionally, Skip requires iOS 16 and higher.