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
OAStackView array arrangedSubviews is always empty. Therefore when I try to insertArrangedSubview: atIndex: the app crashes. I can add view only by using addArrangedSubview.
The text was updated successfully, but these errors were encountered:
As a workaround, you may be able to inspect the stack view's subviews property to decide which index to insert at. No guarantees on that, though -- I've not tried personally.
Hi!
OAStackView array arrangedSubviews is always empty. Therefore when I try to
insertArrangedSubview: atIndex:
the app crashes. I can add view only by usingaddArrangedSubview
.The text was updated successfully, but these errors were encountered: