TwidereProject / TwidereX-iOS

Next generation of Twidere for iOS.
GNU General Public License v3.0
154 stars 10 forks source link

Add restore scroll position supports for status list timeline #95

Closed MainasuK closed 2 years ago

MainasuK commented 2 years ago

The scroll position will be saved when tapping the status bar or tab item before scrolling to the top. And tap the status bar again will restore the saved scroll position.

Note: This hack hooks on a private API and may break in future OS versions. App does not directly calls the private API so it's safe for App Store release.