On May 14, 2008, at 12:43 PM, James Churchman wrote:
WebViewController *webViewController = [[WebViewController alloc]
init];
So now i have all my code running in my "webViewController" controller
object, but i really need to call a method that is in the "
MainViewController", which is in the
Hi guys, really beginner type question but i am allocating my "
webViewController" like so:
WebViewController *webViewController = [[WebViewController alloc] init];
So now i have all my code running in my "webViewController" controller
object, but i really need to call a method that is in the "
Hi guys, really beginners question but i am allocating my "webViewController
" like so:
WebViewController *webViewController = [[WebViewController alloc] init];
So now i have all my code running in my "webViewController" controller
object, but i really need to call a method that is in the "
Mai