To precisely convert your code, the converter needs information about the declared types of all mentioned variables.
Try converting the whole file for best results, or at least include declarations of key variables used in your code.
For example, the following code relies on the declared type of the `myTextField` variable to be translated correctly.
If you omit the declaration of `myTextField`, the converter won't have the declared type of `myTextField.text` and thus will produce the wrong output.
Comments
0 comments
Please sign in to leave a comment.