怎么监听UICollectionViewCell中的textview输入的数据

 我来答
zn...g@163.com
2017-07-14 · TA获得超过236个赞
知道答主
回答量:486
采纳率:0%
帮助的人:102万
展开全部
在tableviewcell中写
if (_recruitModel.recuritDetail.length) {

CGSize textSize=[_recruitModel.recuritDetail boundingRectWithfont:[UIFont systemFontOfSize:15] maxTextSize:CGSizeMake(__gScreenWidth-110, 20000)];

//textViewFrame.size.height=textSize.height+30;

textViewFrame.size.height= textSize.height<24?44:textSize.height+20;

textView.text= _recruitModel.recuritDetail;

}else {

textView.placeholder=model.infoPlaceHolder;

textViewFrame.size.height=44;

textView.text=@"";

}

nameLable.text=lHHSoft(@"k_job_PositionDetail");

textView.frame=textViewFrame;

-(CGFloat)tableView:(UITableView *)tableView heightForRowAtIndexPath:(NSIndexPath *)indexPath{

if (_recruitModel.recruitAddress.length) {

CGSize textSize=[_recruitModel.recruitAddress boundingRectWithfont:[UIFont systemFontOfSize:15] maxTextSize:CGSizeMake(__gScreenWidth-110, 20000)];

return textSize.height<24?44:textSize.height+25;

}else {

return 44;

}

}
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式