Skip to content

ArasDigitalProducts/Gridel-iOS

Repository files navigation

Gridel

Swift Version SPM Compatible License

Description

Gridel is a lightweight library created to make it easier to create pixel-perfect apps according to your designers wishes.

Features

  • Selecting the action by which the Gridel popup opens - For now only shake is available.
  • Defining rows
  • Defining columns

Requirements

  • Swift 5.0+
  • iOS 14.0+

Installation

Swift Package Manager

You can install Gridel using the Swift Package Manager. To integrate it into your Xcode project, follow these steps:

  1. Open your project in Xcode.

  2. Navigate to File > Swift Packages > Add Package Dependency.

  3. Enter the repository URL: https://github.com/ArasDigitalProducts/Gridel-iOS

  4. Specify the version or branch that you want to use. - We are currently not using versions, so you have to specify the develop branch like so:

    image

Usage

SwiftUI

You have to make sure to configure Gridel AFTER app's window is initiated. In SwiftUI it would looks something like this: image

UIKit

You have to make sure the app's scene is initiated. In UIKit you would configure Gridel in will connect scene function like this: image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages