Ios swift – How layoutPriority in swiftui changes Grid view's layout?
From the apple document , I learned that the layoutPriority modifier changes the priority of views while laying them out. This means that the parent view's proposed size is given to subviews with higher priority. After that, each subview takes…