簡體   English   中英

Swift:在cellForRowAtIndexPath中切換表格視圖單元格

[英]Swift : Switching tableview cells in cellForRowAtIndexPath

如何在cellForRowAtIndexPath中切換btw單元格?

我必須創建一個var index = indexpath.row嗎?

switch (IndexPath.row) 
  case 0:
        ///// add code here
  case 1:
       //////add code here
  default:
          //////add code here
}

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM