Installation
How to intsall FreakUI to your Xcode project
This simple guide will help you set up and start using FreakUI in your project.
Installation Steps
1
Get Access
Follow this link to get your copy of FreakUI.
2
Open FreakUI package in Xcode
- Unzip the package
- Open the folder with Xcode.
- When Xcode asks if you want to open the package downloaded from the Internet, say yes.
3
Add Package dependency to your Xcode project
- Open your existing Xcode project (or create a new one)
- Click on File → Add Package Dependencies
- Click on Add local
- Select the folder with the package
- Choose to import the package to your app's main target
4
Import Package
In any view where you want to use FreakUI, add this line on top:
myApp.swift
import FreakUI
If you want to configure your custom theme, add this line in your main app file too.
Now when FreakUI is added to your project, you can configure custom theme.