Hi Brian,
Correct me if I'm mistaken, but the memory address that stores rightViewController's HomeController doesn't actually get cleared before you create a new HomeController and re-assign it to rightViewController.
Also, if I choose case 1 or case 2 on the menu controller without assigning rightViewController to a new viewController, the app essentially freezes and becomes unresponsive. Why is that?
Thanks,
Michael