Post

Replies

Boosts

Views

Activity

Reply to SwiftUI - ScrollView with LazyVGrid and onTap, scrolling randomly by itself
Hi ssmith_c, thank you for your reply. Unfortunately I confirm the same issue with iPhone 14 Pro simulator, see the video I just uploaded here : https://streamable.com/9en3va (will expire in 24 hours). As you will see, the first tap on #231 is working perfectly fine, then I scroll a little bit further, the second tap on #235 makes the scrollview returns (up) to display #1, 2, 3 ... Really strange, I don't get why :( Edit: Just to add that sometimes it even happens at the 1st tap, sometimes at the 3rd. It is nearly random. The only thing I noted is I need to scroll down "a lot" to make it happen, I don't have that issue on the first rows. Regards Jim
May ’23
Reply to Main.Storyboard error
Hi, Maybe your file has been "corrupted" by a bad merge (conflicts). Do you use git with other members of this project ? Try opening the file in a text editor (Atom for example) and search for some weird lines, like : "<<<<< [git branch name]" ... if you find that type of line you will now have to solve the conflicts (Google can help you dig into that type of issue) Otherwise, if you are using Git, come back to a commit that allow you to open your Storyboard. Hope it helps ...
Mar ’22