Version 1.1.7
iOS 9 Minimum Deployment Target
The minimum deployment target has been lowered from iOS 10.0
to iOS 9.0
ContentMode
Setting the ContentMode
in the ItemsView
Configuration will adjust for how your features are arranged along the axis.
Top | Center | Fill |
---|---|---|
// ContentMode Top
configuration.itemsView.contentMode = .top
// ContentMode Center
configuration.itemsView.contentMode = .center
// ContentMode Fill
configuration.itemsView.contentMode = .fill
☝️ In default the ItemsView ContentMode is set to
top
.