CreationKit Documentation

Structure Tab​View​Layout.​Configuration

public struct Configuration  

The configuration for each tab

A single tab takes an UIImage, UIlabel, or both

The final Tab will be a scrollableView that contains an array of single tabs

Member Of

TabViewLayout

Initializers

init(icon:​title:​)

public init(icon: UIImage?, title: String?)