KyoheiG3 / GridView

Reusable GridView with excellent performance and customization that can be time table, spreadsheet, paging and more.
MIT License
857 stars 58 forks source link

Can not run project #6

Open bhnam123 opened 5 years ago

bhnam123 commented 5 years ago

Dear admin,

I can not run this project, error occurs when executing this line timeTableView.register(TimeTableGridViewCell.nib, forCellWithReuseIdentifier: "TimeTableGridViewCell") channelListView.register(ChannelListGridViewCell.nib, forCellWithReuseIdentifier: "ChannelListGridViewCell") dateTimeView.register(DateTimeGridViewCell.nib, forCellWithReuseIdentifier: "DateTimeGridViewCell")

Could you please help me resolve this issues