SynchroLabs / SynchroServer

The Synchro Server platform
https://synchro.io
1 stars 2 forks source link

Finish wrap panel #18

Closed BobDickinson closed 10 years ago

BobDickinson commented 10 years ago

WrapPanel is pretty much there. Address issues below:

Win\WinPhone - custom WrapPanel imlementation

Android - based on FlowLayout

iOS - uses UICollectionViewFlowLayout

Win/WinPhone/Android

BobDickinson commented 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)

BobDickinson commented 10 years ago

Verified that Windows/WinPhone already had alignment support.

Added fixed size support and item alignment support to iOS.

All platforms now feature complete.