Wenfengcheng / MasonryExercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MasonryExercise

##Demo介绍

本内容为本人学习使用 Masonry 的一个例子。

Masonry是一个轻量级的自动布局框架。 github:Masonry

其中使用在计算tableView的cell的高度的时候,也使用到了阳神的优化cell高度的一个工具类:UITableView+FDTemplateLayoutCell github:UITableView-FDTemplateLayoutCell

此Demo是根据阳神的例子参考来做的。只是阳神的是storyboard,而我用的是 Masonry。 看着阳神的代码,让我学习了好多...

此文记录本人学习的内容。

##gif演示 横屏:

Demo Demo

竖屏:

Demo Demo

About