Note that there are some explanatory texts on larger screens.

plurals
  1. POUITableViewCell's reuse identifier not recognized only when launching from RESideMenu
    primarykey
    data
    text
    <p><a href="https://github.com/romaonthego/RESideMenu" rel="nofollow">Here is the link to RESideMenu, what I'm using in my project</a></p> <p>To put it simply, when I make my UITableView the root viewcontroller and launch it, it works just fine. All my custom UITableViewCells are there and look great. The issue is, whenever I try and launch the UITableView from the RESideMenu. When I do, I get this error:</p> <pre><code>2013-07-06 11:49:07.844 halocustoms[4438:c07] *** Assertion failure in -[UITableView dequeueReusableCellWithIdentifier:forIndexPath:], /SourceCache/UIKit_Sim/UIKit-2380.17/UITableView.m:4460 2013-07-06 11:49:07.845 projectcf32[4438:c07] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unable to dequeue a cell with identifier CustomCell - must register a nib or a class for the identifier or connect a prototype cell in a storyboard' </code></pre> <p>I have checked my reuse identifier on my Storyboard about a hundred times, and it must work because when the app launches initially everything is fine. It's just when selecting the UITableViewController from the RESideMenu.</p> <p>Note, this is how RESideMenu displays the viewcontroller:</p> <pre><code>RESideMenuItem *homeItem = [[RESideMenuItem alloc] initWithTitle:@"Quick Games" action:^(RESideMenu *menu, RESideMenuItem *item) { [menu hide]; MyTableView *viewController = [[MyTableView alloc] init]; viewController.title = item.title; UINavigationController *navigationController = [[UINavigationController alloc] initWithRootViewController:viewController]; [menu setRootViewController:navigationController]; }]; </code></pre> <p>Thanks a lot!</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload