WhatsNewKit v1.1.3 Release Notes

Release Date: 2018-10-20 // over 5 years ago
  • Layout

    0️⃣ In this Version WhatsNewKit has the ability to change the layout from default to centered (#6).

    0️⃣ | Default | Centered | | --- | --- | 🍱 | | | 0️⃣ | 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 Layoutconfiguration.itemsView.layout = .default// Centered Layoutconfiguration.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.