怎么根据textview中的内容来设定它的高度
2个回答
展开全部
CGSize _size = [_string sizeWithFont:[UIFont boldSystemFontOfSize:14]];
int w = _textView.frame.size.width ;
int row = (int) _size.width / w + 1;
[_textView setFrame:CGRectMake(0,0, w, row * _size.height + 15)];
string为你的串, 字体你可以换。
int w = _textView.frame.size.width ;
int row = (int) _size.width / w + 1;
[_textView setFrame:CGRectMake(0,0, w, row * _size.height + 15)];
string为你的串, 字体你可以换。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
CGSize _size = [_string sizeWithFont:[UIFont boldSystemFontOfSize:14]];
int w = _textView.frame.size.width ;
int row = (int) _size.width / w + 1;
[_textView setFrame:CGRectMake(0,0, w, row * _size.height + 15)];
string为你的串, 字体你可以换。
int w = _textView.frame.size.width ;
int row = (int) _size.width / w + 1;
[_textView setFrame:CGRectMake(0,0, w, row * _size.height + 15)];
string为你的串, 字体你可以换。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询