Mohamed Alshulah
Mohamed Alshulah
in CameraViewController i think there has to be self.delegate?.didFinishVideoRecording() after the line 576 movieFileOutput.stopRecording() and the lines from 662 to 664 is not needed DispatchQueue.main.async { self.delegate?.didFinishVideoRecording() } I am...
**Is your feature request related to a problem? Please describe.** First I am not sure how the mention list positioned but what I figured out is it will be placed...
the font of the mention will change and will be in small size with deletion(backspace) it happens only if the mention is stored then it is viewed for editing it...
I am using a class which implements UITextViewDelegate to add placeholder to Textview https://tij.me/blog/adding-placeholders-to-uitextviews-in-swift/ the placeholder appear if nothing is written in text but when i start typing the placeholder...