ZZ

Results 1 comments of ZZ

It may be caused by the lower version of Podfile. Rewrite Podfile as below and do 'pod install'. ``` platform :ios, '7.0' target 'RETableViewManagerExample' do pod 'RETableViewManager', '~> 1.6' end...