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.
我正在尝试制作一个侧面有四个按钮的应用程序(即主页、创建等)。单击按钮时,它会加载一些新内容 - 也许使用容器?
不过,我似乎无法在故事板上连接事物。我想问题归结为这个 - 我如何使用按钮来切换到新页面或在容器中加载新内容?
看看 NSSplitViewController。使用一个 vc 作为侧边菜单,另一个作为内容。