objective c - How do i navigate to another view through a button in a NSTableCell? -


i have got button in custom table cell, want navigate view. view has different view if press tablecell. has solved before?

you can push view in button click event

eg:

[self.navigationcontroller pushviewcontroller:viewcontroller animated:yes]; 

Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -