Hok Shun Poon

Results 51 comments of Hok Shun Poon

I thought I could spend just 5 minutes fixing this but I saw the way that the label works and I think it's better if the author had a look...

Hmm... Yes — `UITextView+UIControl` it works brilliantly — from TOMSuggestionBar's perspective we may need to handle `UITextView` as a special case, and check for the availability `addTarget:action:` with `respondsToSelector:` or...

Sure. Give me a moment to prepare that for you.

Okay, @nicklockwood I've pushed the demo project up to https://github.com/fatuhoku/autocoding-demo. It uses Cocoapods so be sure to `pod install` and it should run straight from the workspace. It's just loads...

I would add that good test to make sure that `AutoCoding`+`HRCoder` handles relations recursively is if the JSON output of a `Continent` includes `Language` details. `Continent` here is the supposed...

I'll have a look into this as well. For the purposes of setting up testing for this you might find http://www.cimgf.com/2012/05/15/unit-testing-with-core-data/ helpful.

I've found that `AutoCoding` does include the dynamic field, when I call ``` NSDictionary *dictionary = [europe dictionaryRepresentation]; ``` However, when using `HRCoder` these fields don't come out in the...

Ooops — it's actually tagged already. The Podspecs has even been updated. Well, [I can't see a PR](https://github.com/CocoaPods/Specs/pulls) on Cocoapods though.

I can verify that the fix works — but is there a better way?