简体   繁体   中英

Mail.app like source list footer

Is there a built in way to create a Mail like footer for a source list in a Mac app?

Mail.app源列表页脚

Nothing explicit that I can think of.

You'll have to either subclass NSView to draw a footer (via drawRect: ) or have a subview that hangs onto the bottom edge of the parent view. Then you can add in buttons with images or pop-down menus, like NSPopupButton .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM