Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 IB 的视图中添加了一个导航栏。然后将 NavigationBar 对象的类更改为自定义导航栏子类。
如何连接我的插座以将栏设置为导航栏?当我尝试 ctrl + 拖动到我的文件所有者以创建插座时,唯一的选项是“查看”。
谢谢
自定义导航栏不需要插座。只需选择故事板上的导航栏并在检查器窗口中写下您的自定义类的名称
在.h
.h
IBOutlet UINavigationBar *navBar;
如果您想对您navigationBar的代码进行一些更改,那么您必须进行IBOutlet.
navigationBar
IBOutlet