문제

Does iOS support view-based tables, in addition to the classic cell-based tables? It appears this new capability is only on the Mac (OS X v 10.7). Thanks!

도움이 되었습니까?

해결책

I'm not familiar with View Based Cells, but from looking into it it looks like this was needed because the NSCell does not extend NSView. But, in iOS, UITableViewCell does extend UIView. So, I think View Based Table Cells are not a new concept in iOS since they've alawys been that way.

NSCell - http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/ApplicationKit/Classes/NSCell_Class/Reference/NSCell.html

UITableViewCell - http://developer.apple.com/library/IOS/#documentation/UIKit/Reference/UITableViewCell_Class/Reference/Reference.html

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top