Hello all,
I want to add customized arrow buttons to UINavigation Bar which comes at the top.
what I want to do is create a custom image button and place it over the bar. When I tried adding to view like:
[self.view addSubview:leftArrowButton];//(Where leftArrowButton is a UIButton with an image of arrow)
This dont work, like it places the button but button gets hided under the bar and not overlap on it.
Any help is appreciated. Thanks.