How can i make a more rounded UITextField? Like the search field in Safari on iPad

后端 未结 5 716
夕颜
夕颜 2021-02-08 21:53

HI I\'m trying to get a UITextField to look like the google search field available in the safari app on iPad. The purpose of the field will be the same (a search box).

I

5条回答
  •  别那么骄傲
    2021-02-08 22:10

    Why don't you try a trick with making separate image of the input field you need and placing it under the real textField control. However, you will have to manipulate the colors of the textField you're placing over in order to make it transparent.

提交回复
热议问题