问题
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