Invoke a method
Invoke a method
- Subject: Invoke a method
- From: developers mac <email@hidden>
- Date: Tue, 7 Apr 2009 12:44:50 +0530
Hi there,
I have to invoke a method on the backbutton action. (ie., I am in
form B, on clicking back I am moving to form A). All I have to do is to
invoke a method to set the tableview values. I tried using action: but
failed.
In form B, I am using : [self.navigationController popViewControllerAnimated
:YES]; to move back from a UItableview row's tap (action).
But in form A I have to invoke a method called
- (void) new_method {
// code
}
What am I doing wrong? Kindly some one help me out please!
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden