We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36c8874 commit 686f0d4Copy full SHA for 686f0d4
Classes/WEPopoverTableViewController.m
@@ -204,8 +204,7 @@ - (IBAction)showPopover:(id)sender {
204
self.popoverController.passthroughViews = [NSArray arrayWithObject:self.navigationController.navigationBar];
205
206
[self.popoverController presentPopoverFromBarButtonItem:sender
207
- permittedArrowDirections:(UIPopoverArrowDirectionUp|UIPopoverArrowDirectionDown|
208
- UIPopoverArrowDirectionLeft|UIPopoverArrowDirectionRight)
+ permittedArrowDirections:(UIPopoverArrowDirectionUp|UIPopoverArrowDirectionDown)
209
animated:YES];
210
[contentViewController release];
211
} else {
0 commit comments