-
Notifications
You must be signed in to change notification settings - Fork 126
Open
Description
The current implementation of removing arrangedSubView is not great because even after removing arranged subView the view is still present. Remove arrangedSubView should work as expected.
A bonus would be if we can remove all the arrangedSubViews together. Some thing like -
@objc func removeAllArrangedSubViews() { for arrangedSubView in arrangedSubviews { removeArrangedSubview(arrangedSubView) arrangedSubView.removeFromSuperview() } updateConstraints() }
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels