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
Post a Comment