views:

60

answers:

0

Hi all,

I want set dynamic height for webview depending on the dynamic text. I've tried

       [my_webview sizeThatFits:CGSizeZero];

But it didn't work for me. I want to set webview height dynamically.

Thanx in advance.