martinjuhasz / MJPopupViewController

A UIViewController Category to display a ViewController as a popup with different transition effects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sending data from DetailViewController to MasterViewController

jackkj2000 opened this issue · comments

-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath: (NSIndexPath *)indexPath {
    WizardViewController *mj = [[WizardViewController alloc] initWithNibName:@"WizardViewController" bundle:nil];
    mj.countryselected = [countryNames objectAtIndex:indexPath.row];
    [mj.countryButton setTitle:mj.countryselected forState:UIControlStateNormal];
    [self dismissPopupViewControllerWithanimationType:MJPopupViewAnimationFade];
}

DetailViewController is dismissing but countryButtonTitle is not updating. Any help ?

i'm not sure what you are trying to achive. also, this don't seem to be related to this Library. Try to get support at stackoverflow.com. i think this will work better.

Yes, I figured out it is not related to MJPopup. Please delete this issue.

--- On Mon, 4/8/13, Martin notifications@github.com wrote:

From: Martin notifications@github.com
Subject: Re: [MJPopupViewController] sending data from DetailViewController to MasterViewController (#25)
To: "martinjuhasz/MJPopupViewController" MJPopupViewController@noreply.github.com
Cc: "jackkj2000" jack_kj2000@yahoo.com
Date: Monday, April 8, 2013, 1:46 PM

i'm not sure what you are trying to achive. also, this don't seem to be related to this Library. Try to get support at stackoverflow.com. i think this will work better.


Reply to this email directly or view it on GitHub.