Docs tweak

This commit is contained in:
Nikolay Igotti
2018-09-17 23:32:26 +03:00
parent f86a749a58
commit 8af17ab546
+1
View File
@@ -97,6 +97,7 @@ Swift/Objective-C methods can be imported with a clashing Kotlin signature. In t
the clashing methods can be called from Kotlin using named arguments, e.g.:
<div class="sample" markdown="1" theme="idea" mode="swift">
```swift
[player moveTo:LEFT byMeters:17]
[player moveTo:UP byInches:42]