bhlvoong / LBTATools

Set of tools to drastically improve development speed of UI in iOS applications
MIT License
727 stars 94 forks source link

LBTAListHeaderController keep giving fatalError #8

Closed Nathan2017 closed 5 years ago

Nathan2017 commented 5 years ago

I follow the instruction running the basic LBTAListController<MessageCell,UIColor> but keep getting

required public init?(coder aDecoder:NSCoder) { fatalError()
} Thread 1: Fatal Error

under the LBListHeaderController class pod file

bhlvoong commented 5 years ago

I just updated the library to give a better error message. Basically, remove all files in the Storyboard that use your ListHeaderController class or subclasses.