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 Enhance a Weather App with Table Views Upgrading Stormy Custom Background Views

Jan Veldhuis
Jan Veldhuis
3,371 Points

Using custom drawing code for other views

Hi guys,

I'm trying to use the Swift 2.0 custom drawing code for other views too. For the tabelView, we can use tableView.backgroundView = BackgroundView(), but how can I use the custom drawing code for screens that don't have tabelView?

Thanks