开发者

I want to put textview on navigation bar for setting title at runtime through the simulator in objective-c

开发者 https://www.devze.com 2022-12-16 10:06 出处:网络
i want to put the textview on navigation barto set the title by user through th开发者_如何学Goe simulator at the run time. Take a look UINavigationItem\'s titleView property - you can place any view/c

i want to put the textview on navigation bar to set the title by user through th开发者_如何学Goe simulator at the run time.


Take a look UINavigationItem's titleView property - you can place any view/control there, e.g. a UITextField.


I think you'll find that there exists a title property you can set already, and you don't need a textview. If you post some code showing the problem, someone might be able to give a more specific answer.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号