PinImageView
class PinImageView : UIImageView
Pin or anchor image view, that usually represents an arrow to point in selected slice.
-
Setups auto layouts with preferences
Declaration
Swift
func setupAutoLayout(with preferences: SFWConfiguration.PinImageViewPreferences?)Parameters
preferencesSpin button preferences, that contains layouts preference variables.
-
Updates pin image
Declaration
Swift
func image(name: String?)Parameters
nameImage name from assets catalog
-
Updates pin image view background color and layer
Declaration
Swift
func configure(with preferences: SFWConfiguration.PinImageViewPreferences?)Parameters
preferencesPreferences that contains appearance preference variables.
PinImageView Class Reference