Skip to content

Instantly share code, notes, and snippets.

View joelparsons's full-sized avatar
🍎
Edit Status

Joel Parsons joelparsons

🍎
Edit Status
View GitHub Profile
//
// OLD AND BUSTED
//
if ([self.zoomingDelegate respondsToSelector:@selector(zoomingWindow:didZoomOutViewController:)] == YES)
{
// Do something important.
}
//