Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am pretty new in objective c.I want to display Multiple columns Table on storyboard .I got code for Multiple columns Table from this link that is using bee framework to display data.I want to integrate it with my storyboard project.I have placed all code file of Multiple Column Table into my storyboard project and then i linked StakeholderViewController stroyboard on custom class with CatelogBoard class.On executing project on that StakeholderViewController it is giving black screen giving error with execution details :

Unknown class GridTableViewCell in Interface Builder file


How i can display that on storyboard.I am using story board project from this tutorial How to Use SQLite to Manage Data in iOS Apps with code . You can download my attempt from thislink .
Posted
Updated 29-Dec-14 0:02am
v3

1 solution

you need a GridTableViewCell with has UITableViewCell as parent class.

If you are a newbee you should read the Table View Programming Guide for iOS from Apple and work on simple sample code instead of fighting with the BeeFramework and SQLite.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900