skjiisa / Character-Tracker

Elder Scrolls character tracker for iOS
BSD 2-Clause "Simplified" License
1 stars 0 forks source link

Remove ActionOver as a dependency #111

Open skjiisa opened 4 years ago

skjiisa commented 4 years ago

ActionOver is being used as a dependency to remedy (what is, as far as I can tell) a SwiftUI bug where ActionSheet popovers do not appear in the correct location. When this is resolved, ActionOver will no longer be needed and should be removed.

Currently the only ActionOver is in ModDetailView. The old Action Sheet can be seen in ef1d8a19ce2a70e6d545665949afd6e9faf5f33c so we can reference it when removing ActionOver.