gpt4 book ai didi

ios - 无法在我的 iOS 应用程序中正确使用 github 库

转载 作者:行者123 更新时间:2023-11-28 22:41:52 25 4
gpt4 key购买 nike

我想实现一个基于 UINavigationController 的自定义菜单,但是标准的 Cocoa 类不能自动排队 View Controller 之间的转换,所以我决定使用这个简单的 NavController 实现 https://github.com/Plasma/BufferedNavigationController没有这个问题。但我不能在我的项目中使用它。

在自述文件中他们说“要使用,只需将提供的文件添加到您的项目并更改您的 UINavigationController 类以继承自接口(interface)中的 BufferedNavigationController build 者。”但我不明白如何更改 Interface Builder 中的继承。我试图在我的代码中这样做:

//Here is my custom NavController which is inherited BufferedNavigationController instead of UINavigationController

@interface CPNMenuController : BufferedNavigationController
{
UITableView *menuPicker; .....

但什么也没发生——正如我所见,方法是从标准 UINavigationController 调用的。我明白-这是一个虚拟问题,但我是 iOS 开发的新手,可能是我没有正确理解 README 中的某些内容,或者我做错了什么。我需要帮助。提前致谢。

最佳答案

在 Storyboard 中,选择要更改的 UINavigationController。打开 Identity Inspector 面板(右侧面板的第三个)。在“自定义类”下,您应该能够在列表中看到 BufferedNavigationController(或您的子类 CPNMenuController)。选择它。

关于ios - 无法在我的 iOS 应用程序中正确使用 github 库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14295437/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com