E evana macrumors newbie Original poster Sep 2, 2009 15 0 Sep 3, 2009 #1 I m very new in iPhone programming. I have a method -(void)drawPath in UIView. I want to call this method in another method in UIViewController. Pls any help me to do this.
I m very new in iPhone programming. I have a method -(void)drawPath in UIView. I want to call this method in another method in UIViewController. Pls any help me to do this.
dejo Moderator emeritus Sep 2, 2004 15,982 454 The Centennial State Sep 3, 2009 #2 Code: [self.view drawPath];