You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi thanks for this amazing, easy to use slider...
usually a placeholder, is a single image across entire app, so some we should choose it to be a general image, so the size of this image usually is a square like an icon... its good to have a separate contentMode ... because sometimes i use auk for Banners, sometimes as product images and contentMode usually is ScaleToFill or ScaleToFit ... and that small placeholder will so ugly with this contentModes...
The text was updated successfully, but these errors were encountered:
i change it in my app...
if settings.placeholderImage != nil {
placeholderImageView = createAndLayoutImageView(settings)
placeholderImageView?.contentMode = .center
}
i dont know if it will useful for everyone or not
evgenyneu
changed the title
hi, ContentMode For PlaceHolder?
ContentMode For PlaceHolder?
Apr 17, 2017
hi thanks for this amazing, easy to use slider...
usually a placeholder, is a single image across entire app, so some we should choose it to be a general image, so the size of this image usually is a square like an icon... its good to have a separate contentMode ... because sometimes i use auk for Banners, sometimes as product images and contentMode usually is ScaleToFill or ScaleToFit ... and that small placeholder will so ugly with this contentModes...
The text was updated successfully, but these errors were encountered: