2016-03-02 46 views
0

我剛剛創建的IOS利用圖書館SWRevealViewController一個側面菜單。當我點擊側面菜單圖標時,我想爲我的側面菜單設置標題。如何標題添加到側邊菜單

我嘗試下面的代碼,但它無法正常工作。

#import "MenuViewController.h" 
#import "SWRevealViewController.h" 
@interface MenuViewController() 

@end 

@implementation MenuViewController 

- (void)viewDidLoad { 
    [super viewDidLoad]; 
    // Do any additional setup after loading the view. 
    self.title = @"My test title"; 

這裏MenuViewController是TableViewController

的子類例如

for example like the title "Myshopi"

+0

你檢查你的viewDidLoad方法被調用呢? – bisma

+0

至少給一個鏈接到您正在使用的第三方庫。通常情況下,如果嵌入了導航控制器,'self.title'將起作用。 – zcui93

+0

是不可能的,我們需要定製。 –

回答

0

選擇-1

TableviewConroller

on your indexpath (0) , set as your title 

選擇-2

remove the tableviewController and add one UIViewController and embed with tableView and UIlabel 

-- UIViewController 
    -- UIlabel 
    --UITableview 
+0

vishwas parashar嵌入標題 - 我在SWL合作項目10餘項,在這裏選擇NO-2可以幫助你,如果你需要任何有關這我會支持你 –

相關問題