swift 如何刪除subviews

scrollView.subviews.map {
    (var view) -> () in
    if (view is UIButton) {
        view.removeFromSuperview()
    }
}
相關文章
相關標籤/搜索