I have searched google and SO but i can't seem to find my answer (which is strange)

How do I create a second row in a toolbar like in Xcode and Apple Mail?

Second row toolbare with buttons in Xcode Second row toolbare with buttons in Mail

Second: I really like to be able to make a "toolbar" or button bar underneath a ScrollView or something, like most other applications have. Is it a Custom View or is there an easier way?

button/tool -bar below a ScrollView

Lower area of SourceList in Apple Mail

有帮助吗?

解决方案

They are custom components, you will need to either code them yourself or find something that someone else has already created which looks similar to what you want.

Try browsing around CocoaControls and similar sites, there are plenty of good-looking classes that you can throw into your app (be careful with the licensing though, it might require attribution)

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top