Adding footer in NSTableView

僤鯓⒐⒋嵵緔 提交于 2019-12-21 19:54:32

问题


I'm developing a Cocoa application for Mac. In the application, I have to add a footer to a table for adding and deleting rows like in the attached image:

Is there any default controls present for such type of footer view? If there is no such default control, I have to use the image.


回答1:


There is no such default control. you can create a custom control like this or you can get this effect by taking a image and two buttons.




回答2:


You can check out Bottom bar in NSWindow for a similar problem and suggestions to solve it!



来源:https://stackoverflow.com/questions/13138211/adding-footer-in-nstableview

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!