Post

Replies

Boosts

Views

Activity

Comment on Did iOS 17.2 break zIndex?
APIs change during releases. This is why we test in between releases to see what side effects if any might have landed in our laps. But looking at the source implementation of AspectVGrid no ZStacks are being used so zIndex will never work. https://web.stanford.edu/class/cs193p/Spring2023/AspectVGrid.swift
Dec ’23
Comment on What does this error mean when using .searchable()
@RodneyA, You were creating an error by not fulfilling the API requirement, someone gave you a solution to your problem, but you rejected the solution based on the requirements of how the .searchable(text:) modifier is supposed to be used. Either read the API documentation first and research how the APIs are to be used beforehand, and then when you have an issue, ask a question. No one is here to do your homework for you because this is what it sounds like.
Dec ’23