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
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 ?
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()
Has anyone solved this problem ?
Last edited: