0

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?

Bhadresh Mulsaniya
  • 2,610
  • 1
  • 12
  • 25

1 Answers1

0

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.

Ashish Kakkad
  • 23,586
  • 12
  • 103
  • 136
Bhadresh Mulsaniya
  • 2,610
  • 1
  • 12
  • 25