objective-c - 为什么UItableView需要数据源????
某草草
某草草 2017-04-28 09:04:20
0
1
441

为什么UItableView需要数据源????

某草草
某草草

reply all(1)
Peter_Zhu

The data source is a delegate. It tells you that I put my basket here (corresponding proxy method). You only need to put what you want to display here, and I will display it for you. You don’t need to do anything else. worry.
This separates the view and the model.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template