You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Breaking
Dropped support for the UITableViewRowAction API in the TableViewCellModelEditActionsprotocol, as UITableViewRowAction is deprecated in iOS 13. TableViewCellModelEditActions now uses the UISwipeActionsConfiguration API instead. (#167, @ronaldsmartin)
Changed
Introduce the FlowLayoutCollectionCellViewModel protocol to add support for specifying unique item sizes for collection views used with UICollectionViewFlowLayout. (#178, @ronaldsmartin)
Upgrades SwiftLint to 0.31.0 and add several new rules. (#164, @anayini)