https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
b

brabo-hi

10/03/2023, 2:39 AM
Hello guys , what IOS api version is supported in kmm? Also where can we find list of apis available
s

SanjayKarki

10/03/2023, 3:11 AM
Well for me its supporting the latest ios 17.0.2
K 1
b

brabo-hi

10/03/2023, 3:13 AM
i would like to create a WebView screen the KMM ios module, i notice the ios platform UIKIt implementation on KMM doesn't provide
WKNavigationDelegate
but
WKNavigationDelegateProtocol
p

Pete Hellyer

10/03/2023, 11:34 AM
self delegation is a swift’y quirk. I believe you can create a class that inherits WKNavigationDelegateProtocol : NSObject() and provide an instance of that to the setnavigationdelegate routine.
b

brabo-hi

10/03/2023, 3:21 PM
thanks guys
2 Views