Domanda

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?

È stato utile?

Soluzione

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top