FRLayeredNavigationController icon indicating copy to clipboard operation
FRLayeredNavigationController copied to clipboard

FRLayeredNavigationController, an iOS container view controller that works like a stack of paper with an API similar to UINavigationController.

Results 9 FRLayeredNavigationController issues
Sort by recently updated
recently updated
newest added

Just wondering if this is something that is planned? And, if not, might this be considered as a feature request?

Hello. I'm trying to find the best way to some custom subviews to the chrome view. I want to add two right bar button items and a label aligned left....

question

I'd like to set the iOS 7 translucent top bar but I don't see how. Is there a way to achieve this? Note: As a workaround, I managed to achieve...

example code to reproduce problem. ``` _labelPrompt = [[UILabel alloc] initWithFrame:CGRectMake(0, 0, 160, 22)]; _labelPrompt.backgroundColor = [UIColor clearColor]; _labelPrompt.numberOfLines = 1; _labelPrompt.font = [UIFont boldSystemFontOfSize: 14.0f]; _labelPrompt.shadowColor = [UIColor colorWithWhite:0.0...

bug

The idea is to decouple the layer placement (and re-placement) strategy from core FRLayeredNavigationController. This would allow the implementation of e.g. of dynamic placing strategies like - make every layer...

enhancement

FRLayeredNavigationController does not work well as master view controller in master-detail application (UISplitviewController), as shown in this screenshot http://imageshack.us/photo/my-images/543/photosl.png/ This could be improved by implementing a minimum width for child...

enhancement

At the moment, FRLayeredNavigationController supports only one explicit stacking point (configured via the initialViewPosition property of FRLayeredNavigationItem). In addition, there is an implicit stacking point at the right margin of...

enhancement

FRLayeredNavigationController should have a small abstraction layer, which abstracts from the screen's coordinate system. So, the axis and the direction of the axis in which to stack the layer (currently...

enhancement