Ranchero-Software / NetNewsWire

RSS reader for macOS and iOS.
https://netnewswire.com/
MIT License
8.38k stars 531 forks source link

Multiplatform-iOS: Import/Export subscriptions action sheet alignment #2238

Open rizwankce opened 4 years ago

rizwankce commented 4 years ago

When we have more then one account and try to import or export subscriptions, we get a action sheet with options to select which account to take action.

Right now it's showing as popover but in wrong place. UIKit we have option to set sourceView but not sure about SwiftUI

Screenshot

Simulator Screen Shot - iPad Pro (11-inch) (2nd generation) - 2020-07-09 at 19 29 59

vincode-io commented 4 years ago

ActionSheet has the same problem when on an iPad. I don't know if there is a solution coming for that this year or not. At least it doesn't just crash every time it is ran like it did last year.

rizwankce commented 4 years ago

Oh didn't know that before. I tried to do context menu for iPad but it crashes as well.

brentsimmons commented 1 year ago

Is this still an issue?