support iOS 7.0+
A manager for cell which height is uncertain(dynamic height) and use AutoLayout. Manager return the cell height with Model.
需要cell使用autoLayout布局.
1.input YCIDynamicHeightManager folder to your project
将YCIDynamicHeightManager文件夹加入工程
2.#import "YCICellDynamicHeightManager.h"
在ViewController及cell中引入,并在cell中实现协议方法即可.
