Your Second Swift 4 & iOS 11 App - Part 42: | Ray Wenderlich

You'll often spend time refactoring your code and Xcode provides a few tools to do this.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4284-your-second-swift-4-ios-11-app/lessons/42

This topic was automatically closed after 166 days. New replies are no longer allowed.

I refactored my AddItemViewController to ItemDetailV like Brian said in the video, but this completely messed up my app. I can no longer get into the code on ItemDetailV.swift (what was formerly AddItemViewController), instead the file is highl…

Please check out the video’s sample project and let me know if you still have issues. Thank you!