Skip to content

Instantly share code, notes, and snippets.

@mikeabdullah
Created June 18, 2014 15:33

Revisions

  1. mikeabdullah created this gist Jun 18, 2014.
    4 changes: 4 additions & 0 deletions gistfile1.m
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
    UIViewController *destination = segue.destinationViewController;
    destination.toolbarItems = self.toolbarItems;
    }