mronkko / ZotPad

An iPad client to Zotero reference management software
GNU General Public License v3.0
68 stars 13 forks source link

Allow panning the layered collection navigation controller from the navigation bar #92

Open mronkko opened 12 years ago

mronkko commented 12 years ago

This can be a bit complex to implement because the navigation bar is not tied to the the navigation controller in the typical way. The layered navigation controller is actually presented as an inset view in a composite view controller that is embedded in another navigation controller. (This is best explained by looking at the storyboard.)

This will be implemented only if it can be done in a somewhat clean way.