我是iOS应用程序开发的新手,目前面临着从UIButton到UIViewController的一些问题。NSGenericException', reason: 'Push segues can only be used when the source controller is managed by an instance of UINavigationController
我有一个在UINavigationController上运行的应用程序。现在我想在每个屏幕的底部添加一个UIToolbar元素。底部的工具栏应可针对当前显示的ViewController进行自定义。我有以下代码:// Get instance of Toolbar (navController is an instance of UINavigationController