app-architecture icon indicating copy to clipboard operation
app-architecture copied to clipboard

Wrong Super call in RecordViewController Lifecycle method

Open brynbodayle opened this issue 6 years ago • 0 comments

Loving the book so far! Noticed one issue in the MVC sample code.

	override func viewDidAppear(_ animated: Bool) {
		super.viewWillAppear(animated)

https://github.com/objcio/app-architecture/blob/master/Recordings-MVC/Recordings/RecordViewController.swift#L17-L18

brynbodayle avatar Jul 26 '18 17:07 brynbodayle