Skip to content

Commit

Permalink
Removed deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkamprath committed Oct 20, 2013
1 parent 3ed91b2 commit 469d4bc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ -(void)postMessageForServiceType:(NSString*)inServiceType {
}

UIViewController* currentController = (UIViewController*)targetResponder;
[currentController presentModalViewController:socialController animated:YES];

[currentController presentViewController:socialController animated:YES completion:NULL];

}
}
Expand Down

0 comments on commit 469d4bc

Please sign in to comment.