Skip to content

Conversation

migueldeicaza
Copy link
Owner

This works, but it exposes a problem: scrolling of text (ls -l on a large directory) will redraw the text on top of the old text - this is caused by the
clear background that I allow using. So I need to account for that.

This sadly also brings back the ugly bar at the bottom, because the UIScrollView allows for over-scroll, and I do not seem to have a way of painting there. The solutions on StackOverflow include "Append a view underneat with the color that
you want" which is some ugly stuff. Will investigate later.

This works, but it exposes a problem: scrolling of text (ls -l on a large
directory) will redraw the text on top of the old text - this is caused by the
clear background that I allow using.   So I need to account for that.

This sadly also brings back the ugly bar at the bottom, because the UIScrollView
allows for over-scroll, and I do not seem to have a way of painting there.  The
solutions on StackOverflow include "Append a view underneat with the color that
you want" which is some ugly stuff.   Will investigate later.
@migueldeicaza migueldeicaza force-pushed the ios-onlyRedrawExposedRegion branch from 5f20836 to 3c8310c Compare April 18, 2023 12:56
@migueldeicaza
Copy link
Owner Author

I fixed the repaint issues on main, so this patch can likely go in soon.

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

Successfully merging this pull request may close these issues.

1 participant