Reputation: 1969
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.
Upvotes: 3
Views: 1764
Reputation: 63
You can check out Bottom bar in NSWindow for a similar problem and suggestions to solve it!
Upvotes: 1
Reputation: 428
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.
Upvotes: 2