Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build an Interactive Story App with Swift Refactoring Our Code Finishing Up the Refactor

eberhapa
eberhapa
51,495 Points

How would i completely separate view stuff from controller?

Interactive Story App Course:

How would i completely separate all view stuff (artworkView, storyLabel, all anchor stuff, ...) from the PageController into an extra file?

I did it myself with creating an extra UIView and only referencing to this view in the PageController and setting the anchors for this new UIView. It's working but i don't know whats the correct way doin't this.