Click here to Skip to main content
15,883,961 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

1 solution

Normally you use the UITableViewCell or an own class.

You need this GridTableViewCell class in your project or you must change the prototype of the cell. (Search the project to find the entry).

If it is in the BeeFramework, so you need a wrapper class in your project.

For basic samples Apple provides tons of stuff. Search the Apple Development center
 
Share this answer
 
Comments
Member 8840306 29-Dec-14 5:14am    
with stroyboard or xib Multiple Table Views code are is working correctly ...I don't know how to use that code in storyboard project ..

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