remirobert / Dotzu

:iphone::eyes: In-App iOS Debugging Tool With Enhanced Logging, Networking Info, Crash reporting And More.
MIT License
1.8k stars 141 forks source link

Network - don't scroll to bottom after popping detail view #15

Closed natalia-osa closed 7 years ago

natalia-osa commented 7 years ago

Let's say I've got 10000 network requests recorded in the Network tab. I want to investigate top 10 (the oldest ones). I need to scroll all the way up (by the way - tap on the status bar to scroll to the top doesn't work), select a cell, read everything in the details view. Then I tap back and it takes me to the list, but it scrolls all the way down to the newest records, and I have to scroll all the way up once again, same for the next request etc.

remirobert commented 7 years ago

Yes sorry about that, when the view appear, I scroll the list down. I made that by design. I will check to improve that.

Thanks for reporting that.

remirobert commented 7 years ago

Fix it's the version 1.7. you can update by doing a pod update