Luis Recuenco
Luis Recuenco
Hey @voidless. Interesting to know about the "Host Application" fixing the issue. Unfortunately, the "Host Application" cannot be always used, so I'm afraid that's not an option for a lot...
I guess that could work, but I wonder if there's an easier way not to add all that noisy and cumbersome infrastructure (even if Cocoapods automates part of that). Also,...
You can use `maxDirectorySize` property of `LRImageCache`
I'm afraid I haven't implemented any mem cache check like that.
I recently add a changeset to set the right panel to nil. Isn't it working for you? https://github.com/luisrecuenco/LRScrollingSidebarController/commit/729b5ffd3ad7ea8c7f74fb8eb589cf711bb181b0
So, in case you have three levels, you have a few options: Use three panels: 1 - Make leftViewController your list grid controller. 2 - Make mainViewcontroller your item detail...
Jenkins test
Hey @insanj. Sorry for the late reply. It's as simple as overriding `- (void)controllerIsVisible:(BOOL)controllerIsVisible` and setting the proper `scrollsToTop` property. So, let's imagine you have one tableView in each of...
Hey @xhzengAIB. Unfortunately, I currently don't have a UIButton category for that. In any case, it should be fairly simple to create one. It should be almost identical to `UIImageView+LRNetworking`....
Hello Ryan. Thanks for trying to fix the issue in the latest release. I hink it behaves slightly better, but the window still changes size incorrectly after resizing + moving.