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

Requesting @IBDesignable support for SpreadSheetView #287

Closed jeet-chanchawat closed 2 years ago

jeet-chanchawat commented 2 years ago

Expected Behavior

In Identity inspector the class SpreadSheetView must be available to design the UI graphically

Actual Behavior

The class is not @IBDesignable compliant

Steps to Reproduce the Problem

  1. Create a view in StoryBoard
  2. Switch to Identity inspector tab.
  3. Try changing the class of the view to SpreadSheetView
  4. SpreadSheetView is not available for selection

Specifications