iOS 15程式設計實戰 – 勘誤表

  • pp.114(2022/7/8)

上方程式碼第三行 print(city[indexPath.row]) 應改為 print(cities[indexPath.row])

  • pp.128(2022/7/8)

第四步敘述:「從 Table View 拉藍線」應改為「從 Collection View 拉藍線」

發表迴響