You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case someone is looking for a solution. I'm not saying it is the best one, but that's all I could find after several hours, in EGOContentView implementation :
(void) layoutSubviews {
[super layoutSubviews];
for (CALayer * layer in self.layer.sublayers) {
layer.geometryFlipped = YES;
}
[self.delegate textChanged]; // reset layout on frame / orientation change
Hi,
I've downloaded EgoTextView, it's great. It's a great textEditor I've ever seen. But I see a issue, if we can fix it, it's really fantastic.
Here is the code which I changed to EGOTextView_DemoViewController.m:
if (_egoTextView==nil) {
I just set the font for egoTextView by this line:
self.egoTextView.font = [UIFont fontWithName:@"Helvetica" size:25.0f];
Then I run on iPad 5.0, when I write my text, the autoComplete box display wrong on both of direction and position.
The textEditor would be better if we can fix it.
Thanks in advance and waiting the fix.
The text was updated successfully, but these errors were encountered: