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? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -