rizumita/CTFeedbackSwift

image menù is misaligned on ipad

furiosFast opened this issue · 2 comments

Hi,
on ipad, when you try to add an image to the feedback, the menù is misaligned.
the actionsheet should be in popover pointing with the arrow on the touched cell (the one for attached images)

Schermata 2020-05-29 alle 01 16 07

@furiosFast
How did you show the feedback view?
Please tell me a structure of view controllers.
Did you use UIViewController.present method?

navigationController?.pushViewController(feedbackController, animated: true)
from a controller that is presented like this:
present(settingsController, animated: true, completion: nil)