Muirey03 / Cr4shed

More useful crash logs
117 stars 25 forks source link

Enable bounces on the log view #37

Closed CreatureSurvive closed 4 years ago

CreatureSurvive commented 4 years ago

Enable scrollView bounces on the CRALogController for a more fluid feel in the UI. Currently scrolling stops are very rigid, and jarring. You can enable bounces using [self.webView.scrollView setBounces:YES]; and it makes a world of difference. This does not have any negative effect on back gestures and also helps with readability when reading close to screen edges.

Muirey03 commented 4 years ago

Not sure why I ever decided to disable bounces. I have re-enabled them now (see 9903e9f)