标签: ios cocoa-touch uitableview uiview uiscrollview
滚动时我需要自动创建UIView。一个UIView消失,一个UIView出现。不可见的UIView应该从内存中卸载,就像我使用UITableView并加载回来而不是我向后滚动。有可能吗?
UIView
UITableView
答案 0 :(得分:0)
绝对可能,您只需引用UITableView,包括其数据源和委托方法
答案 1 :(得分:0)
查看我的RecyclingScrollView
https://github.com/iSevenDays/RecyclingScrollView/tree/new