Josh Bernfeld

Results 24 comments of Josh Bernfeld

Scale is now sometimes determined for the wrong axis because image scale should be based on image width and height, NOT crop width and height. instead of this from the...

If you place the above code into the view controller that has your table view it should fix it

Go into TLYShyStatusBarController.m and delete the following lines of code. I was experiencing this issue on a presented view controller. ``` if (viewController.presentingViewController != nil) { return 0.f; } ```