UITableView-like NSTableView
问题 I wondered how I can make a NSTableView to behave like a UITableView on iOS . For example, splitting the content into sections as well as the typical behaviour of the section headers. Is that possible? If so, how? Thank you very much. 回答1: Check NoodleStickyRowTableView: http://www.noodlesoft.com/blog/2009/09/25/sticky-section-headers-in-nstableview/ It's part of NoodleKit: https://github.com/MrNoodle/NoodleKit 回答2: One of the differences is that UITableView's "cells" are actually Views,