Join Slack
Powered by
Is there an alternative in in the kotlin ios targe...
# kotlin-native
j
JoakimForslund
04/02/2019, 11:52 AM
Is there an alternative in in the kotlin ios target which does the same as
if #available(iOS 11, *) {
?
s
Sam
04/02/2019, 12:15 PM
Can you use system version?
https://developer.apple.com/documentation/uikit/uidevice/1620043-systemversion
j
JoakimForslund
04/02/2019, 12:22 PM
Good idea, will check
JoakimForslund
04/02/2019, 1:17 PM
Seems to work as expected, thanks
7
Views
Open in Slack
Previous
Next