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

我找到了个问题,如果子视图名称为class,框架也会停在这里 #77

Closed jiazufei closed 8 years ago

jiazufei commented 8 years ago

/*
         如果程序卡在了这里请检查并确保你的cell的子控件添加在cell的contentView上(不要直接添加到cell上)。
         */
        self.modelCell = [_modelTableview dequeueReusableCellWithIdentifier:NSStringFromClass(cellClass)];
gsdios commented 8 years ago

更新到最新版本测试下