iPhoneDv
iPhoneDv

Reputation: 1969

Adding footer in NSTableView

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:

enter image description here

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

Answers (2)

Ziggy Stardust
Ziggy Stardust

Reputation: 63

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

Upvotes: 1

Amit Singh
Amit Singh

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

Related Questions