Remove all the subviews from a UIScrollView?

前端 未结 5 1850
-上瘾入骨i
-上瘾入骨i 2021-02-02 06:08

How do I remove all of the subviews from a UIScrollview?

5条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-02 06:45

    If you want to remove uiimageviews in scrollview.subviews, and you also want to keep the vertical and horizontal indicators. You can set a special "tag" to identify views and exclude vertical and horizontal indicators whose tags are 0 by default.

提交回复
热议问题