Skip to content

Instantly share code, notes, and snippets.

@stuffmc
Created July 12, 2013 19:38
Show Gist options
  • Save stuffmc/5987155 to your computer and use it in GitHub Desktop.
Save stuffmc/5987155 to your computer and use it in GitHub Desktop.
// @samvermette How do you explain this code crashing in [SVPullToRefreshView .cxx_destruct]?
MasterViewController *SELF = self;
[self.tableView addPullToRefreshWithActionHandler:^{
[SELF pullToRefreshHandler];
}];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment