UITextField showing multiline text in Objective C iOS , Xcode 10.2, iOS 13

77 views Asked by At

i am assigning URL to textfield but it showing in multi line. But when i assign simple text work fine.

Here is the code.

_searchTF.text = @"asdfasdfaa asdfas asdfasdfasfasdf"; it work fine.

_searchTF.text = @"https://gmailjhasdfhkajhdfahsdfkhaskdfhashdf.com"; showing in multi line

enter image description here

1

There are 1 answers

0
Ghullam Abbas On BEST ANSWER

This is beta version issue please update os on latest.