Swift 5.3, Pagination modifier, Improvements & Refactoring
Swift 5.3
Make use of some enhancements made in Swift 5.3
, like the ones made to function builders.
Pagination modifier 🚀
The pagination functionality feels now more like native
SwiftUI
. Easily add pagination support to your AdvancedList
with the new .pagination
modifier. Don't forget to read the migration section in the README
.
Improvements & Refactoring
- Say hello to code documentation 😀
- Removed unnecessary self
- Use
@ViewBuilder
instead ofGroup
- Improved code indentation