Skip to content
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.

cursor not displaying in JSMessageTextView #66

Closed
jamieomatthews opened this issue Nov 14, 2013 · 2 comments
Closed

cursor not displaying in JSMessageTextView #66

jamieomatthews opened this issue Nov 14, 2013 · 2 comments
Labels

Comments

@jamieomatthews
Copy link

No cursor was showing up in the JSMessageTextView for ios7. I added this line into

- (id)initWithFrame:(CGRect)frame
{
...
if ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7) {
            self.tintColor = [UIColor blueColor];             
    }
}

and it seemed to fix the issue

@jessesquires
Copy link
Owner

will look into this! thanks!

@jessesquires
Copy link
Owner

not seeing this in the current build.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants