如何在Swift 4的表格视图中为指定的行数设置分页?

时间:2018-09-06 09:37:36

标签: ios swift swift3 swift4

我需要知道如何为数组中指定的行数设置分页

array = [CellData( Cost : format(8000.0)  , realCost : format (10000.0) , numberOfCoin : format(1600) + , typeOfCoin : "string" , NR : 1, coinIcon : UIImage(named: "Icon")! , isEnable : false),
CellData( Cost : format(8000.0)  , realCost : format (10000.0) , numberOfCoin : format(1600) + , typeOfCoin : "string" , NR : 2, coinIcon : UIImage(named: "Icon")! , isEnable : false)
CellData( Cost : format(8000.0)  , realCost : format (10000.0) , numberOfCoin : format(1600) + , typeOfCoin : "string" , NR : 3, coinIcon : UIImage(named: "Icon")! , isEnable : false)
CellData( Cost : format(8000.0)  , realCost : format (10000.0) , numberOfCoin : format(1600) + , typeOfCoin : "string" , NR : 4, coinIcon : UIImage(named: "Icon")! , isEnable : false)]

0 个答案:

没有答案