Skip to content

davekeck/EBGrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EBGrid

EBGrid is a collection of functions that factor-out grid-related math for views and other layout code.

Requirements

  • Mac OS 10.8 or iOS 6. (Earlier platforms have not been tested.)

Integration

  1. Integrate EBFoundation into your project.
  2. Drag EBGrid.xcodeproj into your project's file hierarchy.
  3. In your target's "Build Phases" tab:
    • Add EBGrid as a dependency ("Target Dependencies" section)
    • Link against libEBGrid.a ("Link Binary With Libraries" section)
  4. Add #import <EBGrid/EBGrid.h> to your source files.

Credits

EBGrid was created for Lasso.

License

EBGrid is available under the MIT license; see the LICENSE file for more information.

About

A collection of functions that factor-out grid-related math for views and other layout code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published