我想在Master-Detail Application模板中使用Custom UIButton而不是BarButton。如何在Master-Detail模板中使用UIButton而不是Barbutton
請給我建議。
謝謝!
我想在Master-Detail Application模板中使用Custom UIButton而不是BarButton。如何在Master-Detail模板中使用UIButton而不是Barbutton
請給我建議。
謝謝!
成功解決問題!!!!
mycode的是:
-(IBAction)click_MenuButton:(id)sender
{
[self.masterPopoverController presentPopoverFromRect:[sender frame] inView:self.view permittedArrowDirections:UIPopoverArrowDirectionAny animated:YES];
}
您可以通過使用initWithCustomView使用任何的UIView中的UIBarButtonItem:
或者你可以簡單地創建在廈門國際銀行一個UIToolBar,並拖動一個UIButton到它。 帶有嵌入式UIButton的UIBarButtonItem將自動創建。
什麼是masterPopoverController中的視圖控制器? – Itachi