UITableview only has one volume and some cell could move it's contents left or right using swift to see it's hidden(?) contents.
like
| --- iPhone width --------- |
| --- showing contents --- | hidden contents |
I would like to make my NSTableViewCell like UITableViewCell but I don't even know what API should I look at. (my cell will have only one column and has inner cells.)
And not even sure that is possible or not.
Could you tell me little direction for that. (at least, it's possible or not)
thank you.