UIKit-cross-platform icon indicating copy to clipboard operation
UIKit-cross-platform copied to clipboard

Implement UITableView

Open ephemer opened this issue 7 years ago • 1 comments

Motivation

UITableView is one of the fundamental classes made available to display data in UIKit. It's not used by flowkey's app, so we have no implemented it yet. Like CGContext, UITableView has been implemented in https://github.com/PureSwift/Cacao, and @colemancda has indicated that we'd be fine to use his existing implementation.

So this work would involve adapting the code @colemancda has made to our UIKit internals, and adding tests (preferably also in iOSTestTarget).

ephemer avatar Jul 19 '18 13:07 ephemer

@ephemer Any update on this? I am curious to see if it will run more performant on your UIKit implementation. Basically my SDL event run loop is not optimized on Linux and lags when scrolling.

colemancda avatar Oct 19 '18 00:10 colemancda