iphone - Open already created window from within another window -


in app.js file i've created window called login_window.

i have window called win1 has basic app functions. in there, have logout button. when clicked, i'd have open login_window. can't seem work.

use this:

login_window *vc = [[login_window alloc] init];

[self.navigationcontroller poptorootviewcontrolleranimated:no];

[vc logoutpressed:(id) sender];


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -