You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The order now is controlled with order of adding views. But we should be able to control order of added views that were modified with update closure or added later. It's not convenient or fast to delete all views and add new ones in correct order. Especially when we have to do that on every cameraChange event.
I see that in pull #1607 you are actually internally controlling view order somehow.
The text was updated successfully, but these errors were encountered:
View annotation z order
The order now is controlled with order of adding views. But we should be able to control order of added views that were modified with update closure or added later. It's not convenient or fast to delete all views and add new ones in correct order. Especially when we have to do that on every cameraChange event.
I see that in pull #1607 you are actually internally controlling view order somehow.
The text was updated successfully, but these errors were encountered: