Unverified Commit 86874c3b authored by dima.avdeev's avatar dima.avdeev Committed by GitHub

add doc to UIKitKeyboardOptions.kt (#744)

parent ff9ecbc2
......@@ -2,6 +2,10 @@ package org.jetbrains.skiko.ios
import platform.UIKit.*
/**
* Represents a part of UITextInputTraits protocol. Needs to control onscreen keyboard features.
* @see https://developer.apple.com/documentation/uikit/uitextinputtraits?language=objc
*/
interface UIKitKeyboardOptions {
fun keyboardType(): UIKeyboardType =
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment