Dynamic TextView
I need to implemente a textview whose frame should be changed according开发者_运维问答 to input string length. Can anyone help me out how to start the things off.. Thanks,
Take a look at the three20 framework. They have a class called TTTextView, which supports resizing:
http://api.three20.info/interface_t_t_text_view.html
精彩评论