I want to create a good looking NSTableView
with an iOs "feel" to it. Every NSTableView
I create looks like it's from the late-90s and feels horrible in my opinion.
I know that there are some iOs behaviors which are probably not wanted on a Mac but it's a small and really specific table with only one column where I want to have at least some of the features from iOs...
I started creating a NSCustomCell
with NSViews
, 44pixel height with different elements on it (Picture, Title, Subtitle). It kind of replicates the look of an UITableView
, but I can't replicate all the movement patterns (Bounciness etc.) by myself. Are there any classes / libraries that help me accomplish this? Or has anybody worked on this before and can share some experiences he made?
Edit: With "some of the features" I mean the "momentum", the "bounciness" and something similar to the "pull to refresh" feature.