先上效果图
![](https://img.haomeiwen.com/i3873966/126567d871234e3e.png)
这三个页面是可以左右切换滑动的,纯代码撸,运用了<code>block</code>传值。
查看源码
clone
git clone https://github.com/KingComeFromChina/SegmentView.git
核心代码
CGFloat contentHeight = [model.content boundingRectWithSize:
CGSizeMake([UIScreen mainScreen].bounds.size.width - 30 - 20, MAXFLOAT) options:
NSStringDrawingUsesLineFragmentOrigin attributes:
@{NSFontAttributeName:[UIFont systemFontOfSize:15]}
context:nil].size.height + 5;
网友评论