gresrun / GHSidebarNav

A clone of the new Facebook iOS UI paradigm
Apache License 2.0
607 stars 136 forks source link

NavigationController not added to stack for UIViewController that is 'pushed' #18

Closed inPhilly closed 11 years ago

inPhilly commented 11 years ago

When a view controller is 'pushed' via GHSidebarNav, it seems that its navigationController is not pushed onto the stack and is not available to be accessed from the view controller (i.e. self.navigationController addSubview:..], etc.

gresrun commented 11 years ago

@mommyme I'm going to need some details if I'm going to help you; single sentence bug reports are not helpful. Please provide a detailed description of what you want to happen and the code you expect to work.