I am setting the image inside the right bar button item. I have used the default navigationbar.
Anyone is having any idea why it's happening when UIAlertviewController
present?
I am setting the image inside the right bar button item. I have used the default navigationbar.
Anyone is having any idea why it's happening when UIAlertviewController
present?
I got the issue finally. It's because of I am setting title bar of bar button item to empty string because I have set an image.
Instead of passing empty string just pass nil
or single space
.
Don't know what iOS doing behind with titlebar string.