Why are we doing this?
On iPhone we are using an action sheet when users tap on the 'sort' button. On iPad we need to utilize a popover. In the current implementation, this popover is appearing in the center of the All articles view, however it should be anchored to the Sort button.
Proposed solution
Anchor the popover to the Sort button on iPads
Current implementation | Proposed solution |
---|---|