Skip to content

Commit

Permalink
fix issue #77 and issue #78
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas CHENG committed Feb 20, 2014
1 parent d7fab2e commit 3fed844
Show file tree
Hide file tree
Showing 5 changed files with 339 additions and 246 deletions.
2 changes: 2 additions & 0 deletions WYPopoverController/WYPopoverController.h
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ typedef NS_OPTIONS(NSUInteger, WYPopoverAnimationOptions) {

- (void)popoverController:(WYPopoverController *)popoverController willRepositionPopoverToRect:(inout CGRect *)rect inView:(inout UIView **)view;

- (BOOL)popoverControllerShouldIgnoreKeyboardBounds:(WYPopoverController *)popoverController;

- (void)popoverController:(WYPopoverController *)popoverController willTranslatePopoverWithYOffset:(CGFloat *)value;

@end
Expand Down
Loading

0 comments on commit 3fed844

Please sign in to comment.