Semen Matusovskiy Well-Known Member Licensed User Feb 24, 2019 #1 Hi, guys -- As I understood stackoverflow's discussions (for example, https://stackoverflow.com/questions/19226965/how-to-hide-uinavigationbar-1px-bottom-line ), it's necessary to set B4X: navigationBar.setBackgroundImage(UIImage(), for: .default) navigationBar.shadowImage = UIImage() Sounds quite simple. I understand how to assign value to property, but I am not able to create empty image UIImage () Has anyone solved this problem ? Last edited: Feb 25, 2019
Hi, guys -- As I understood stackoverflow's discussions (for example, https://stackoverflow.com/questions/19226965/how-to-hide-uinavigationbar-1px-bottom-line ), it's necessary to set B4X: navigationBar.setBackgroundImage(UIImage(), for: .default) navigationBar.shadowImage = UIImage() Sounds quite simple. I understand how to assign value to property, but I am not able to create empty image UIImage () Has anyone solved this problem ?
Erel B4X founder Staff member Licensed User Longtime User Feb 25, 2019 #2 Yes. Check B4XDrawer example: https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/#content Upvote 0
Yes. Check B4XDrawer example: https://www.b4x.com/android/forum/threads/b4x-b4xdrawer-sliding-drawer.97828/#content
Semen Matusovskiy Well-Known Member Licensed User Feb 25, 2019 #3 Erel -- Thanks. I found SetNavColors subroutine in B4i example Upvote 0