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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -