EBGrid is a collection of functions that factor-out grid-related math for views and other layout code.
- Mac OS 10.8 or iOS 6. (Earlier platforms have not been tested.)
- Integrate EBFoundation into your project.
- Drag EBGrid.xcodeproj into your project's file hierarchy.
- In your target's "Build Phases" tab:
- Add EBGrid as a dependency ("Target Dependencies" section)
- Link against libEBGrid.a ("Link Binary With Libraries" section)
- Add
#import <EBGrid/EBGrid.h>
to your source files.
EBGrid was created for Lasso.
EBGrid is available under the MIT license; see the LICENSE file for more information.