Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Toolbar doesn't show up #43

Open
trivektor opened this issue Mar 14, 2014 · 6 comments
Open

Toolbar doesn't show up #43

trivektor opened this issue Mar 14, 2014 · 6 comments
Assignees

Comments

@trivektor
Copy link

For some reason the toolbar doesn't show up when I create the rich text editor programmatically instead of using an IBOutlet. I'm using iOS 7.1 by the way.

textEditor = [[RichTextEditor alloc] initWithFrame:self.view.bounds]
textEditor.delegate = self
textEditor.dataSource = self
self.view.addSubview(textEditor)

@wimbledon
Copy link

I have the same issue...

@aryaxt
Copy link
Owner

aryaxt commented Apr 13, 2014

I tried on both iOS7 and iOS6 and can't reproduce the issue.
Can you tell me which device and which version you are running?
Where do you initialize the rte? in viewDidLoad?

RichTextEditor *rte = [[RichTextEditor alloc] initWithFrame:CGRectMake(50, 50, 400, 400)];
[self.view addSubview:rte];

Thanks

@wimbledon
Copy link

Did you try on iOS 7.1?
I was running iOS7.1 on iPhone 5.
I did initialize the rte in viewDidLoad, and the textView appear fine. We I tap on the textView, the keyboard appear but the toolBar does not appear.

@skela
Copy link

skela commented Jun 12, 2014

Same here in my iPad project (iOS 7.1)

@skela
Copy link

skela commented Jun 12, 2014

I think this is actually CocoaPod specific, because when I replaced the pod with the code from this repo (commenting out 'iOS-Rich-Text-Editor' and including 'WEPopover') the toolbar appeared correctly.

@aryaxt
Copy link
Owner

aryaxt commented Jun 22, 2014

Thanks, will look into it and update the cocoapod

@aryaxt aryaxt self-assigned this Jun 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants