ujell / YUTableView

Subclass of UITableView which adds expandable sub-menu support to it.
MIT License
35 stars 12 forks source link

YUTableView table view useing in Side menu #1

Closed avinashvaghasiya closed 8 years ago

avinashvaghasiya commented 8 years ago

hello, i am using YUTableView in my app in side menu i am copy table and all file but table view is not call

import "SideMenuViewController.h"

import "MFSideMenu.h"

import "YUTableView.h"

import "ComplexItem.h"

include

@implementation SideMenuViewController @synthesize tbl_view;

but heightForItem,didSelectedRow not call

ujell commented 8 years ago

Since you're not initing table view in this code, I assume it's in storyboard. Are you sure if tbl_view is correctly connected and its type is set as YUTableView?