BusyNavigationBar
BusyNavigationBar copied to clipboard
Test on device. iPad rotations not working in the simulator.
I just tested it with an iPhone 6 device and the bounds are not correctly set after the rotation. I will try to fix it with overwriting the layoutSubviews
method. Because in the didSet methods from the bounds you always receive the old values and therefor the bounds are not correctly set in landscape mode.
I tested on an iPhone 6 and it seems it is working fine.
But it is strange that the bounds is getting the old value in the didSet method when working with iPad in my case.