Version 1.1.3
Layout
In this Version WhatsNewKit
has the ability to change the layout from default
to centered
(#6).
Default | Centered |
---|---|
The default layout shows an image on the left side and the text on the right side. |
The centered layout aligns the image as well as the text in center. |
/// Default Layout
configuration.itemsView.layout = .default
// Centered Layout
configuration.itemsView.layout = .centered
☝️ By default the ItemsView layout is set to
default
.
New Example Application
The WhatsNewKit
Example Application has been completely refactored and comes with a beautiful new UI.