Closed BobDickinson closed 10 years ago
Android - Completely fixed (margin-based layout, item gravity based on item alignment, and fixed cell size support).
iOS - The full justification issue is fixed.
Still need item alignment on iOS and Windows Still need fixed size support on iOS (though not a high priority)
Verified that Windows/WinPhone already had alignment support.
Added fixed size support and item alignment support to iOS.
All platforms now feature complete.
WrapPanel is pretty much there. Address issues below:
Win\WinPhone - custom WrapPanel imlementation
Android - based on FlowLayout
iOS - uses UICollectionViewFlowLayout
Win/WinPhone/Android