Hacker News new | ask | show | jobs
by aaronz3 6052 days ago
Did I read this correctly? They overrode a private API call, but then never called the method that they overrode? Or did they only call the method they overrode, and never call the private method.

I don't see why you would override a method but never call it, and if you override it, shouldn't you call [super methodX] (thereby calling the private method)?

1 comments

RogueSheep used the Three20 framework, which overrode the method.