Cœur

Results 652 comments of Cœur

Kindly make a pull request with a fix if you can reproduce the issue consistently.

I can't access gist.github.com from China, but I'll check it out some day. Thanks.

Oh, now that I saw your gist, yes, I guess I should refactor my code a bit, ah ah.

@kylef According to [an Apple news from September 2018](https://developer.apple.com/news/?id=09122018c), this month of March 2019 will see Xcode 10 being _mandatory_ for publishing iOS apps. And Xcode 10 supports Swift 4.x...

Hello, if your _readme_ states that apps will get rejected with the current name, then _drop in_ feature has to be dropped. I suggest **TMReachability**.

@rivera-ernesto, please note that AcknowledgementsBundle is now unusable with CocoaPods 1.0.0 because of this symlink: https://github.com/CocoaPods/CocoaPods/issues/5279

markdownParser is returning an NSAttributedString. Colors for link will depend on the UI element: `UILabel`, `UITextView` and `NSTextView` all behave differently. See what I wrote in this other project: https://github.com/laptobbe/TSMarkdownParser/blob/3.x/TSMarkdownParser/TSMarkupParser.h:...

@swaterfall the example that you've pinpointed at is using `UITextView`. So you got the choices: a. UITextView's tintColor property is controlling all links color, links are clickable. b. You remove...

I may be able to help a bit by interest, as I'm the maintainer of https://github.com/laptobbe/TSMarkdownParser. ^_^ But with too much things to do all around GitHub, I admit I'm...

Thank you for your trust, David Lari.