Lance Fu

Results 2 comments of Lance Fu

All you need to do is to subclass JASidePanelController and overwrite the following function: - (void)stylePanel:(UIView *)panel Just leave it empty inside.

I know this is old, but for those who are using JTSImageViewController and want to cache with SDWebImage, you can easily achieve it by using the JTSImageViewControllerDismissalDelegate to cache when...