Gridel is a lightweight library created to make it easier to create pixel-perfect apps according to your designers wishes.
- Selecting the action by which the Gridel popup opens - For now only shake is available.
- Defining rows
- Defining columns
- Swift 5.0+
- iOS 14.0+
You can install Gridel using the Swift Package Manager. To integrate it into your Xcode project, follow these steps:
-
Open your project in Xcode.
-
Navigate to File > Swift Packages > Add Package Dependency.
-
Enter the repository URL: https://github.com/ArasDigitalProducts/Gridel-iOS
-
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:
You have to make sure to configure Gridel AFTER app's window is initiated. In SwiftUI it would looks something like this:

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

