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.
试图制作一个界面,在几个屏幕上接受用户的一些输入。就像 Dropbox 的设置一样(如下)。谁能告诉我怎么做,或者接口单元叫什么?
它通常被称为“向导”或“助手”界面。
Cocoa 中没有用于实现这些接口的标准组件,但是有许多可用的库可以实现它,包括TESetupAssistant。