Detail Transition and Deleting Items
AppStore JSON APIs
There are two last features I want to implement in this section. The first is to transition into a detail controller every time we tap into an app. The second feature is to delete an app whenever the get button is tapped. Both of these features will require some techniques and trickery dealing with IndexPath so hopefully you enjoy this lesson.

Comments (1)
frankusu
3 years ago
Super awesome! I'm using Xcode 11.2 and Swift5, I think they fixed the issue regarding the weird white space when deleting the last item.
HELP & SUPPORT