UITextField within UISearchBar in iOS 7

后端 未结 7 1685
北荒
北荒 2020-12-16 01:00

I am trying to accomplish the same look of my UISearchBar with a TextField within it, as in my iOS 6 app. I have tried to code it in several ways and not yet been successful

7条回答
  •  生来不讨喜
    2020-12-16 01:27

    Create a UIView *textFieldContainer with your target frame, add your textfield to that UIView and then add that textFieldContainer as a navigation item. i.e. your approach remains the same just the textfield comes inside a container and you play with that container.

提交回复
热议问题