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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -