NavigationItem UIBarButton misalignment #589
-
Beta Was this translation helpful? Give feedback.
Answered by
LeoNatan
Jan 26, 2025
Replies: 1 comment 10 replies
-
Hello, There is API to manually position the close button. This would be your best option, other than adding your own button as a bar button item. You could also create a bar button item with the close button provided in the aforementioned API for best of both worlds. |
Beta Was this translation helpful? Give feedback.
10 replies
Answer selected by
LeoNatan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
There is API to manually position the close button. This would be your best option, other than adding your own button as a bar button item. You could also create a bar button item with the close button provided in the aforementioned API for best of both worlds.