Closed feimamura closed 8 years ago
What image? There are image backgrounds, title views, custom view...
yes, how to set for bgImage
I am not sure what are you trying to achieve, but check bgViewContentMode
property.
I'm trying to put an image to the background in case the iPad is landscape and another image if the portrait, and change if case rotate device
1) If you want to change background image of whole intro, not 1 page - subscribe to orientation notification in your code and when notification arrives - just change intro.bgImage
.
2) If you want to change background image of specific page - that's not simply supported by library. You can use page with customView
, add UIImageView
there manually with keeping reference to it and subscribe to orientation notification. When notification arrives - just change image in your custom image view.
tks for help!
👍
How to set an image to landscape and another image for portrait???