Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.29 KB

Installation.md

File metadata and controls

30 lines (17 loc) · 1.29 KB

Installation

Swift Package Manager

Swift Package Manager is a dependency manager built into Xcode.

If you are using Xcode 11 or higher, go to File / Swift Packages / Add Package Dependency... and enter package repository URL https://github.com/sh-khashimov/RESegmentedControl.git, then follow the instructions.

To remove the dependency, select the project and open Swift Packages (which is next to Build Settings). You can add and remove packages from this tab.

Swift Package Manager can also be used from the command line.

CocoaPods

RESegmentedControl is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "RESegmentedControl"

Manual

You can directly drag and drop the needed files into your project, but keep in mind that this way you won't be able to automatically get all the latest RESegmentedControl features (e.g. new files including new operations).

The files are contained in the Sources folder.

Make sure that Inherit Module From Target is turned on, both for BackgroundCollectionViewCell.xib and SegmentCollectionViewCell.xib in your project.