0
如何在中切換btw單元格cellForRowAtIndexPath?Swift:在cellForRowAtIndexPath中切換tableview單元格
我必須創建一個var index = indexpath.row
嗎?
如何在中切換btw單元格cellForRowAtIndexPath?Swift:在cellForRowAtIndexPath中切換tableview單元格
我必須創建一個var index = indexpath.row
嗎?
switch (IndexPath.row)
case 0:
///// add code here
case 1:
//////add code here
default:
//////add code here
}
你是什麼意思你需要切換btw單元,你需要交換數據還是什麼? – Qazi