-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hello, You set the image of the popup item. If you want to modify how the image view displays the image, you have access to the image view here: You can set the content mode to aspect fill, to have it be a square. By default, the image view is configured with round corners, so setting the content mode to aspect fill should give you the look you see in the first image. |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, I didn't quite understand you and I don't know Obj-c language. I need to set the album image to the left side of the mini bar. What property do I need to pass the image to (UIImage) and then how do I access the UIImageView to adjust the rounding of the corners? In my controller I have access to the properties popupItem, popupItem.leadingBarButtonItems, popupBar.ImageView |
Beta Was this translation helpful? Give feedback.
You are likely setting the content mode on the wrong popup bar. Set it for the bar of the controller that is presenting, not the one that is being presented.