#1672 (can't add a saved story tag when saving story)

This commit is contained in:
David Sinclair 2022-04-18 20:41:51 -07:00 committed by Samuel Clay
parent d7a2159954
commit dba3a4e62d

View file

@ -1373,7 +1373,7 @@
[self.userTagsViewController view]; // Force viewDidLoad [self.userTagsViewController view]; // Force viewDidLoad
CGRect frame = [sender CGRectValue]; CGRect frame = [sender CGRectValue];
[self showPopoverWithViewController:self.userTagsViewController contentSize:CGSizeMake(220, 382) sourceView:self.storyPagesViewController.view sourceRect:frame permittedArrowDirections:UIPopoverArrowDirectionUp]; [self showPopoverWithViewController:self.userTagsViewController contentSize:CGSizeMake(220, 382) sourceView:self.storyPagesViewController.view sourceRect:frame permittedArrowDirections:UIPopoverArrowDirectionDown];
} }
#pragma mark - UIPopoverPresentationControllerDelegate #pragma mark - UIPopoverPresentationControllerDelegate