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

貌似跟什么库有冲突 总是crash #50

Closed hersonX closed 8 years ago

hersonX commented 8 years ago

调用Demo里面的DemoCell, ViewController是代码代码创建的,其他的完全一样, 每次异常定位到这里

pod配置 platform :ios, "8.0" use_frameworks! pod 'AFNetworking','~> 3.0.4' pod 'ReactiveCocoa', '~> 2.5’ pod 'Masonry' pod 'FDStackView', '1.0' pod 'YYKit' pod 'SVProgressHUD', '~> 2.0-beta8' pod 'Charts', '~> 2.2.1' pod 'FMDB'

gsdios commented 8 years ago

方法调用堆栈发我看下,或者把你demo发我看下 gsdios@126.com