Skip to content

Commit 686f0d4

Browse files
committed
Removed supported popover directions left and right for bar button item
1 parent 36c8874 commit 686f0d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Classes/WEPopoverTableViewController.m

+1-2
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ - (IBAction)showPopover:(id)sender {
204204
self.popoverController.passthroughViews = [NSArray arrayWithObject:self.navigationController.navigationBar];
205205

206206
[self.popoverController presentPopoverFromBarButtonItem:sender
207-
permittedArrowDirections:(UIPopoverArrowDirectionUp|UIPopoverArrowDirectionDown|
208-
UIPopoverArrowDirectionLeft|UIPopoverArrowDirectionRight)
207+
permittedArrowDirections:(UIPopoverArrowDirectionUp|UIPopoverArrowDirectionDown)
209208
animated:YES];
210209
[contentViewController release];
211210
} else {

0 commit comments

Comments
 (0)