Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 831 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 831 Bytes

WeView

The WeView library is a tool for auto layout of iOS UIs. It is an alternative to iOS's built-in Auto Layout Mechanism.

See the Project Pages for demos, a tutorial and other docs.

License

WeView is distributed under the Apache License Version 2.0

TODO

  • We need to add more unit tests.
  • We need to add more comments.
  • We need to need to more strictly distinguish the concepts of "measurement" and "arrangement" in the the layouts, ie. around stretching, ignoring desired size, etc.
  • We should elaborate the FAQ.
  • We should provide another tutorial page describing how to break down a design into a WeView hierarchy.