You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tutorial makes my point for me. In it, PageViewController is a struct, and it creates a UIPageViewController. In your example, SuperVillainViewController is being used as both the struct and the view controller type.
The example does not seem correct. At no point are you instantiating a view controller, as the line
is just creating an instance of the enclosing struct.
The text was updated successfully, but these errors were encountered: