0

As the title states, I've been wiring up the rbl_viewController outlet in my XIBs, however on a closer read of the RBLViewController API, this property does seem to get set automatically.

Is it necessary to set rbl_viewController when using Rebel's RBLViewController?

Tony Arnold
  • 2,738
  • 1
  • 23
  • 34

1 Answers1

0

Looks like you don't! rbl_viewController is assigned within RBLViewController's -setView: method.

Tony Arnold
  • 2,738
  • 1
  • 23
  • 34