Fred Chen

Results 7 issues of Fred Chen

Thanks for posting your `RegexHighlightView`! Really helpful. I read your code, found your are using CoreText to display the stylized content, and make the `textColor` in `UITextView` clear to make...

1.Updated the code support to ARC. 2.Fixed the Chinese input bug. 3.Fixed the half delete on emoji character.

I added pan gesture, tap gesture, swip gesture to the side bar, just some small changes.

1.Fixed the crash bug in iPad.

Fixed the crash issue when inputted an invalid URL.

1.Added `CHHTTPConnection` to make it support iOS 6, actually it even supports iOS 5 or below; 2.Added code to check if target is a real device, if so, write operation...

Thanks for posting your `RNBlurModalView`, very helpful! The view will be updated after rotation finished(`UIApplicationDidChangeStatusBarOrientationNotification`), so the animation seems to jump a little bit. I know the reason to postpone...