BLKFlexibleHeightBar
BLKFlexibleHeightBar copied to clipboard
How to change actual height (frame.height) of BLKFlexibleHeightBar?
I am using BLKFlexibleHeightBar in my application which supports all device orientations in iPhone X. When I go from portrait to landscape mode, I want to adjust bar height (want to make smaller). Apparently, I am not able to change the height after initialization.
I am able to change everything (x, y, width) but the height.
Any help?