Closed iOSDevil closed 11 years ago
you can probably ignore this "issue". I commented out [addsubview:self.borderview] in FRLayerController, this gave me the desired affect but at a big performance hit
Hi @iOSDevil ,
that's a bug and I'll fix it. Thank you very much for the hint!
Thanks, Johannes
Ah, as I see you have also identified the bug. It's that borderview
but without the borderview there should be some minor visual regression. Therefore I'll leave the bug open and I'll fix it in the next days.
Okey dokey, you're the boss
@iOSDevil, it's officially fixed now ;-).
If you don't like the borders there's a new property layeredNavigationItem.hasBorder = NO
to turn them off. Usually you set hasBorder
in a configuration:...
block when pushing a new layer.
If there's anything that doesn't work, feel free to reopen this issue or open a new one.
Thanks!
really great library you've got here
I was struggling to set the background of a grouped tableview to clear and noticed that the same code works when a FRLayeredNavigationItem hasChrome is set to NO. If hasChrome is set to YES then the tableviews background is grey
in my tablewviews viewdidload: [super viewDidLoad]; [self.tableView setBackgroundView:nil];
is there a quick fix for this please?