Check if two NSStrings are similar

前端 未结 3 1207
别跟我提以往
别跟我提以往 2020-12-07 03:12

I present a tricky question that I am not sure how to approach. So, I have formulated a plist containing dictionaries which contain two objects:

  • The Country Na
3条回答
  •  天涯浪人
    2020-12-07 03:57

    You may find this post about auto update/complete useful:

    I've tested that UITextViews work well while adhering to the UITextViewDelegate protocol in your UIViewController class and will produce a result similar to what you'll find in the Messages app. I haven't checked if UITextField and UITextFieldDelegate do as well.

    Autocomplete/Autocorrect

提交回复
热议问题