Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement UITableView #252

Open
ephemer opened this issue Jul 19, 2018 · 1 comment
Open

Implement UITableView #252

ephemer opened this issue Jul 19, 2018 · 1 comment

Comments

@ephemer
Copy link
Member

ephemer commented Jul 19, 2018

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).

@colemancda
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants