Fetch the repository succeeded.
##项目介绍
###AutolayoutCell
提供一个工具类,能够自动标记View和子View之间的边距
详细的介绍可以看这篇博客:详细的介绍
自动标记UIVie元素的结果截图:
####使用方式: #####1.单个Cell中的所有内容进行标注
UITableViewCell* cell = [tableView cellForRowAtIndexPath:indexPath];
[TagViewUtils showTaggingViewWithView:cell.contentView];
#####2.对ViewController的View的所有内容进行标注
[TagViewUtils recursiveShowTagWithView:self.view];
Sign in for post a comment
Comments ( 0 )