- Xcode 14+, iOS 16+ now is required.
- Clean up code by using Swift 5.7 capabilities.
.pagerTabItem(tag: SelectionType)modifier now requires tag parameter which identifies the pager tab item.pagerTabStripViewStyle(_ style: PagerStyle)is the new modifier to set up pager style.- The Selection value indicating the selected page now supports any Hashable value, not just an Int as i...