atg / Ingredients

A Cocoa documentation viewer.

Home Page:http://fileability.net/ingredients/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.0 misses results

sbrocket opened this issue · comments

I'm not sure how far this bug potentially goes. I verified that this was the case with at least one other person, so I don't think this is something specific to my Xcode install.

If I search for "rootViewController", the only two results I get are -[UINavigationController popToRootViewControllerAnimated:] and the rootViewController property of UIWindow. -[UINavigationController initWithRootViewController:] is not returned as a result even though it clearly should be. This seems like a pretty basic but potentially far reaching issue.

commented

Indeed. It would seem initWithRootViewController: is not being included in the initial index for some reason.