bannzai / SpreadsheetView

Full configurable spreadsheet view user interfaces for iOS applications. With this framework, you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel.
MIT License
3.52k stars 458 forks source link

spreadsheetView.dataSource = self crashing #274

Closed likil33 closed 3 years ago

likil33 commented 3 years ago

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

1. 1. 1.

Specifications

jamesjmtaylor commented 3 years ago

Expected Behavior

Actual Behavior

Steps to Reproduce the Problem

Specifications

  • Xcode version: ?
  • iOS version: ?
  • Dependency manager + version: ?

For those developers that encounter this crash, the solution is below:

  1. On the storyboard click on your SpreadsheetView
  2. On the right panel select "Identity Inspector"
  3. Under 'Custom Class' set the Module to SpreadsheetView and not to your target. (in case you didn't set it the view should be a SpreadsheetView class (also under 'Custom Class'))