LRScrollingSidebarController icon indicating copy to clipboard operation
LRScrollingSidebarController copied to clipboard

A scrolling based sidebar controller

Results 7 LRScrollingSidebarController issues
Sort by recently updated
recently updated
newest added

Is there any way to allow for `scrollsToTop` when using a `UITableView` inside of the scrolling sidebar controller? Since this property is irrelevant to this library, it would be great...

add single tab on overlay to dismiss sidebar controller

Now you can change or hide the initial status bar style ``` @property (nonatomic) UIStatusBarStyle statusbarStyle; @property(nonatomic, getter=isStatusBarHidden) BOOL statusBarHidden; ``` Or change it or hide it individually from each...

I love this sidebar controller! The idea of doing it with a scrollview really makes it that more fluid. However, I have the following questions to make: Is it possible...

Hi, Very nice component. However, this suffers from the usual clash between the iOS7 status bar and the side controller paradigm - ie. the status bar untidily overlays main/left/right controllers....

Thank you for your class. Is there a way to set a nil controller for left or right panel? I've tried to set nil but seems it's not supported.