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 Installation

Dennis O'Keeffe
Dennis O'Keeffe
32,820 Points

Hot Reloading for iOS

This is more a general question I've had since doing Web Dev and React Dev... but for when building iOS applications with Swift or Objective-C, does anyone know if it is possible to have a similar system for Hot Reloading without needing to rebuild the binary every single time you make a change in the application?

Because that would be neat. Hot reloading has always been such a great time saver and it would be awesome for when coding components back in Obj-C and Swift.