twui
twui copied to clipboard
TUITableView as rootView
If you set a TUITableView as rootView, events are not caught properly, no scroll, no clicks...
Set a TUIView as rootView and TUITableView as a subview of the TUIView fix this issue.
Looks like this goes for TUIScrollView generally. Cheers for the workaround.