mirror of https://github.com/oxen-io/session-ios
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Showing the share UI conflicts with the conversation views inputAccessory toolbar. Specifically: - the long press menu acquires first responder - tapping share presents the activity view - at this point, the input toolbar is hidden - launching a share extension hides the activity view, presents the share extension (could be the Signal share extension or another app's share extension) - the conversation view (which is rendered behind the share extension) regains first responder, causing the input toolbar to appear above the share extension One fix would be to re-implement an interface similar UIMenuController, which does not require mucking with the responder chain, but that's going to be more involved. // FREEBIE |
7 years ago | |
---|---|---|
.. | ||
AudioFiles | 8 years ago | |
Fonts | 8 years ago | |
Images | 7 years ago | |
Images.xcassets | 7 years ago | |
src | 7 years ago | |
test | 7 years ago | |
translations | 7 years ago | |
.swiftlint.yml | 8 years ago | |
Signal-Info.plist | 7 years ago | |
Signal-Prefix.pch | 7 years ago | |
Signal.entitlements | 7 years ago | |
iTunesArtwork@3x.png | ||
main.m |