gsdios / SDAutoLayout

One line of code to implement automatic layout. 一行代码搞定自动布局!支持Cell和Tableview高度自适应,Label和ScrollView内容自适应,致力于做最简单易用的AutoLayout库。The most easy way for autoLayout. Based on runtime.
MIT License
5.9k stars 1.28k forks source link

bug! #130

Closed DreamCatcherJ closed 8 years ago

DreamCatcherJ commented 8 years ago

SDAutoLayout最新版本,ios10,xcode8, 如果用普通简化版方法[self.tableView cellHeightForIndexPath:model:keyPath:cellClass:contentViewWidth:]

会卡在 UITableView+SDAutoTableViewCellHeight.m

[self.modelCell setValue:model forKey:keyPath];这一行? 在这里断点查过modelcell是有值的

如果用升级版则不会报错