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

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -