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
This video covers the theory behind the slide out navigation bar that you'll construct in this section.
func setupViewControllers() {
addViewController(leftViewController)
addViewController(mainViewController)
let views: [String : View] = []
}
and it is saying “Use of undeclared type ‘View’”
Its been changed to UIView