SegementSlide
SegementSlide copied to clipboard
shadow on navigationbar
when we push to another viewController,there is black or white shadow on navigationbar.
- change the MineViewController headerView to another color picture,like blue
- push a normal Controller(called TestViewController) from MineViewController 3.pop TestViewController through right slide or pop method 4.u can see a shadow on the navigationBar
guess: the navigationBarโs isTranslucent property is true
I change the property to false when viewWillDispear, but no use
can u help me,thx
just like this
I have same problem...
It is because using TransparentSlideViewController
, you can view the TransparentSlideViewController
code, including on the navigationBar processing.
If the handling of the navigationBar cannot meet the demand of TransparentSlideViewController
, can inherit SegementSlideViewController
achieve the effect of the custom.
Or you can try to modify the way of implementation of TransparentSlideViewController
, and submit a pull request.๐