thiwankacs

Results 12 comments of thiwankacs

@ppamorim The toolbar not appearing. What is the reason.

@maulik3107 Here is the code I written import UIKit import RichEditorView class ViewController: UIViewController { @IBOutlet weak var editorView: RichEditorView! override func viewDidLoad() { super.viewDidLoad() let toolbar: RichEditorToolbar = {...

@maulik3107 Yep I updated pod to that link. First I removed the original RichEditorView and add T-Pro/RichEditorView. pod 'RichEditorView', :git => 'https://github.com/T-Pro/RichEditorView.git', :branch => 'master' Actually toolbar not showing with...

@maulik3107 Yep I removed old pod and add T-Pro/RichEditorView. My minimum iOS version is 10.0. Is it a problem for new pod?.

@maulik3107 I changed my minimum iOS version to 11.0. And run on iPad which runs iOS 12.14. And my Xcode version is 11.3. But I'm unable to see toolbar. ![IMG_0335](https://user-images.githubusercontent.com/40225697/84466166-681ca100-ac96-11ea-8177-932601299de4.PNG)...

@maulik3107 Class and Module also RichEditorView.

@maulik3107 I created new project add freshly installed pod 'RichEditorView', :git => 'https://github.com/T-Pro/RichEditorView.git', :branch => 'master' and that is only pod I used in this. Target iOS version is 11.0...

@maulik3107 First of all thanks for your valuable support. I run your code and still the same. And I'll attach my code. I'm asking about the section above the keyboard....

@maulik3107 Seriously. What is the iOS and Device You checked.

@maulik3107 I checked devices with iOS 12.1 and 12.4. Is there any idea.