xcode - how to switch between views in ios sdk -


how can make button take view in easy way ???

i not using mac nw..so pls dnt mind syntax

[button_name addtarget:@selector(somefunction)]; -(void)somefunction { create view newview [self.navigationcontroller pushviewcontroller:newview]; }


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

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