Re: messaging the object that allocated an object

2008-05-14 Thread Ken Thomases
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

Re: messaging the object that allocated an object

2008-05-14 Thread James Churchman
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 "

messaging the object that allocated an object

2008-05-14 Thread James Churchman
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