Skip to content

What's the state of support for UIKit? #128

Answered by marcprux
djryanash asked this question in Q&A
Discussion options

You must be logged in to vote

We have very minimal built-in UIKit support. Basically, just enough to fill in the blanks on missing SwiftUI functionality. For example, UIPasteboard.

Note, of course, that since Skip doesn't intrude on the iOS side, you are free (and encouraged) to use whatever UIKit types you want within #if SKIP block (see https://skip.tools/docs/platformcustomization/). This can be useful for integrating with components that we don't yet have any support for; but you'll need to figure out what to do on the Android side. For examples, see the Travel sample app's MapView and WebView.

But do let us know, either in this thread or directly at [email protected], if you have particular UIKit needs that coul…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@djryanash
Comment options

@jeffc-dev
Comment options

@jeffc-dev
Comment options

@marcprux
Comment options

Answer selected by marcprux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants