Scroll View School - Part 25: Section 3: Slide Out | Ray Wenderlich

This video covers the theory behind the slide out navigation bar that you'll construct in this section.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4040-scroll-view-school/lessons/25

func setupViewControllers() {
addViewController(leftViewController)
addViewController(mainViewController)
let views: [String : View] = []
}

and it is saying “Use of undeclared type ‘View’”

Its been changed to UIView