2016-12-29 137 views
0

我有一個XIB文件:顯示視圖控制器與筆尖

enter image description here

enter image description here

我把它連接到TopRankViewController

但是當我推到TopRankViewController,有一個空的ViewController,有在這裏沒有按鈕。

我的代碼:

if let tabBarController = self.tabBarController { 
    let topRankViewController = TopRankViewController(nibName: "TopRankViewController", bundle: nil) 
    topRankViewController.titleLocalize(title: type.title) 
    tabBarController.navigationController?.pushViewController(topRankViewController, animated: true) 
} 

我想表明這在我的xib文件中定義這些按鈕。

+0

對於這一點,你必須創建廈門國際銀行文件的對象,然後添加這個對象作爲一個子視圖到主視圖。 – Amanpreet

+0

在xib文件中,'File's Owner'是'TopRankViewController'。 – Khuong

+0

給背景顏色在xib中查看,然後檢查它是否有效。 – SNarula

回答

0

我在這個視圖中添加一個視圖,它適用於我。

enter image description here

相關問題