Answer the question
In order to leave comments, you need to log in
Custom back button in iOS?
Hello. I am making one of the first applications, I wanted to make a custom "Back" button. Such as here (at the very end of the View with the news), as I understand it, is it just an icon that was placed on the picture and blocked in the same place so that it remains in place when scrolling or is it a transparent Navigation Bar ???
If this is still just an icon in the picture, is it possible to do the same, will Apple block the application for such a button, because in order to go back you will have to scroll up?
Answer the question
In order to leave comments, you need to log in
as I understand it, it's just an icon that was placed on the picture and blocked in the same place so that it stays in place when scrolling, or is it a transparent Navigation Bar ???
At the very beginning of the program run:
[[UIBarButtonItem appearance] setBackButtonBackgroundImage:[UIImage imageNamed:@"back_button"]
forState:UIControlStateNormal
barMetrics:UIBarMetricsDefault];
Good afternoon.
If I understand correctly, then the solution is present in iOS9 back to "application name"
For example, when you open a link in wats'up in safari, back to wats'up will be written on the top left
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question