#ScrollPosition
Diese Bluesky App: kann die auch automatisch neue Posts anzeigen und sich die scrollposition merken? Bin ich das oder geht das nicht?

This Bluesky App: can it show new posts automatically and stay at the last scrolling position? Is it me or isn’t the App able to do that?
August 14, 2023 at 3:56 PM
Nur mal so zur Info, archive.ph /.is ist auf russischsen Servern gehostet, voller Tracker und telefoniert lustig nach Hause, wer wielang was ansieht, auch so Sachen wie Scrollposition etc.
archive.ph
November 15, 2024 at 10:13 PM
In Echtzeit den aktuellen Reiseabschnitt zu markieren, ist eine gute Idee. Aber nicht, wenn man das selber machen muss und von der Scrollposition abhängt. Und auch das Farbschema ist Käse.
October 19, 2025 at 6:17 AM
I've been staring at this for the past few days & have no idea what's causing it. What could cause a discrepancy between a preview & the simulator? I assume the fault is in my code but I don't know if it's with scrollPosition, too many onChange(of:) modifiers...
May 10, 2025 at 1:01 PM
ScrollPositionのドキュメントの$scrolledIDはどこから来たの?
developer.apple.com/documentatio...
September 17, 2025 at 10:53 PM
Actually scrollPosition(initialAnchor:)’s functionality is now named developer.apple.com/documentatio...

And yes, it changed during the betas.
defaultScrollAnchor(_:) | Apple Developer Documentation
Associates an anchor to control which part of the scroll view’s content should be rendered by default.
developer.apple.com
December 15, 2023 at 3:30 AM
Neben Bookmarks, Merken der Scrollposition auf dem Homescreen, Speichern von Drafts, usw. ein weiteres tolles Feature von Skywalker. 👍
Skywalker makes posting threads easy.
Write all posts in your thread and post with a single button click.

Insert and remove posts in your thread while writing.

Auto number posts.

Auto cut a long text into multiple posts.

Continuous typing: posts are auto added when needed.
April 30, 2024 at 4:50 PM
Ich wollte es eigentlich so wie in Twitter / Threads bauen. Die Scrollposition bleibt immer erhalten. Beim Öffnen wird automatisch neu geladen und dann gibt’s am oberen Rand diese Face-Bubbles, die dir anzeigen, dass es neuen Content gibt.
October 12, 2023 at 10:56 AM
I’m using a horizontal ScrollView and loading the array of weeks in via a foreach with an id on each view inside. I even made the struct inside the array conform to identifiable and am using a scrollPosition on the ScrollView #iosdev #buildinpublic #swiftui
April 12, 2025 at 3:39 PM
In den Systemeinstellungen von openATV sind eher die Einstellungen verortet die sehr speziell sind und vielleicht nur von Experten verändert werden sollten. So ist die Konfiguration der Scrollposition im Display, Einstellungen zum HTTP Stream .. @enigmawelt.bsky.social youtu.be/YXhExgByZkk
A-Z OpenATV - Systemeinstellungen | Deutsch
YouTube video by enigmawelt
youtu.be
September 14, 2024 at 4:04 PM
Thanks for sharing. So yes, it doesn’t work with List unfortunately, like all the other scroll methods added in iOS 17 (scrollPosition etc.)… 😢
April 12, 2025 at 10:40 AM
20. github.com/bevyengin...

A little cleanup PR for UI, making `ScrollPosition` wrap a `Vec2` rather than just having two `f32` to allow for better methods. Great :) It even comes with improved docs! Merging, after ickshonpe fixed my rustfmt-noncompliant suggestion.
Newtyped `ScrollPosition` by ickshonpe · Pull Request #19881 · bevyengine/bevy
Objective Change ScrollPosition to newtype Vec2. It's easier to work with a Vec2 wrapper than individual fields. I'm not sure why this wasn't newtyped to start with. Maybe t...
github.com
July 1, 2025 at 12:03 AM
Mastodon merkt sich meine Scrollposition. Für Bluesky habe ich noch keine Möglichkeit hierfür gefunden. Auf Mastodon verpasse ich daher auch nach drei Tagen nichts. Auf Bluesky alles.
August 1, 2025 at 9:57 AM
bevy_debug_log 0.5.0 adds support to scroll the log on device using touch input (using ScrollPosition shipped with #bevy 0.15). https://github.com/rustunit/bevy_debug_log #rustlang #gamedev 🦀🎮 @bevy.bsky.social
January 7, 2025 at 4:00 PM
SwiftUI ScrollView APIs make huge steps forward in the last years and added capabilities for data-driven position handling and animation control. The new ScrollPosition type allows us to programmatically scroll to a position using IDs, points, and edges.
swiftwithmajid.com/2024/06/17/m...
May 27, 2025 at 9:44 AM
Why does scrollPosition(id:) and presumably scrollTargetLayout() not work in SwiftUI's List type? 🙃
Is there still no easy (iOS 17) way to identify the end of a list?
#swiftlang #iosdev
November 25, 2024 at 2:46 PM
Ich finde es blöd, dass ein Algorythmus eine Pause wegen Griff zur E-Zig (oder sich einfach nur wo kratzen) als Interesse am Thema der aktuellen Scrollposition wertet. 🥳
March 27, 2025 at 9:56 PM
[iOS, Catalyst] ScrollPosition changes when updating the ItemsLayout from Grid to Linear layout in CollectionView (27955) https://github.com/dotnet/maui/issues/27955
[iOS, Catalyst] ScrollPosition changes when updating the ItemsLayout from Grid to Linear layout in CollectionView · Issue #27955 · dotnet/maui
Description When changing the ItemsLayout of a CollectionView from GridItemsLayout to LinearItemsLayout dynamically, the layout updates, but the scroll position does not remain and doest stays at z...
github.com
February 21, 2025 at 11:50 AM
Auch so eine basale Browser-Funktion wie »bei Klick auf ›Zurück‹ die vorige Scrollposition wiederherstellen« ist in dieser schönen neuen reaktiven Welt ein Luxus, der nur manchmal funktioniert.
June 4, 2024 at 5:48 AM
Hey @bsky.app, can I get the possibility to follow someone right from my feed? Right now I need to open their profile, follow, and then go back. And depending on my browsers mood at the time, I may or may not be on the same scrollposition in my feed...
November 18, 2024 at 10:14 AM
The ability for ChatGPT (o3-mini-high in this case) to one-shot explanations for bugs that I spent hours debugging is a marvel, but is also a bit degrading.
January 31, 2025 at 11:38 PM
Is it just me or did the behavior of the scrollPosition(id:anchor:) modifier change recently? It used to be that you could have it anchored to, say, the center and scrolling manually wouldn't update the scroll position binding, but now it does. Is this expected behavior or a bug?
December 18, 2024 at 12:00 PM
I created a custom binding to trigger changes, but it makes the scroll position go haywire. ScrollViewReader with a list kinda works but lags, and other APIs fail. There's even a bug where scrollPosition doesn't update from tab bar taps.
November 26, 2024 at 12:49 PM