Skip to content

gigigoapps/gigigo-ios-lib

Repository files navigation

GIGLibrary iOS


Build Status Language Language Version Carthage compatible

Main library for Gigigo iOS projects.

How to add it to my project

Through Carthage

github "gigigoapps/gigigo-ios-lib" ~> 3.0

What is included

  • Core:
    • GIGNetwork: classes to manage network requests.
    • SwiftNetwork: Swift classes to manage gigigo's requestst. Standard Gigigo JSON is parsed by default.
    • GIGLayout: some functions to help with autolayout.
    • GIGUtils: a lot of extensions on foundation classes.
    • GIGScanner: QR scanner using native iOS API
    • GIGLocation: Wrapper on CLLocation API
    • SlideMenu: A basic lateral slide menu
    • ProgressPageControl: A page control with a progress bar in the selected page.