alezoffoli
alezoffoli
I don't know if this is fixable or by design, but after selecting multiple images, tapping on Done button multiple times (spamming the button) triggers `doneButtonPressed` multiple times as well,...
I'm using this library with '#' and '@' as triggers flawlessly, but I'm wondering if it's possible to also use it without triggers? i.e. it would display the mentions list...
Both delegate methods fire just fine when I present it as modal like the example: ``` if QRCodeReader.isAvailable() { let reader: QRCodeReader = QRCodeReader(metadataObjectTypes: [AVMetadataObjectTypeQRCode]) let vc: QRCodeReaderViewController = QRCodeReaderViewController(cancelButtonTitle:...
I'm currently working with a UIViewController which has a custom `inputAcessoryView`, as in ``` override var inputAccessoryView: UIView { return myInputAccessoryView } ``` The problem is that, in this case,...