TagsCollection
To run the example project, clone the repo, and run pod install
from the Example directory first.
TagsCollection is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'TagsCollection'
The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. To integrate using Apple's Swift package manager from xcode :
File -> Swift Packages -> Add Package Dependency...
enter package URL : https://github.com/amrangry/TagsCollection/.git , choose the latest release
To install manually the TagsCollection classes in your app, just drag the Source class files (demo files and assets are not needed) into your project.
Add content of folder Source/* to your project
Setup in Interface Builder In the Identity Inspector, set the layout object's custom class to TagsCollection.
Step 1. In the Identity Inspector, set the layout object's custom class to TagsCollection
.
Step 2. Import TagsCollection
module to your Swift
class
import TagsCollection
Step 3. Connect View with IBOutlet to your Swift
class
```Swift
@IBOutlet weak var tagsCollection: TagsCollection?
```
Step 4. Enjoy :)
this project adheres to Semantic versioning
Given a version number MAJOR.MINOR.PATCH, increment the:
- MAJOR version when you make incompatible API changes,
- MINOR version when you add functionality in a backwards compatible manner, and
- PATCH version when you make backwards compatible bug fixes.
- Segregate UIKit & Foundation
- CI/CD
- More test test test ... (and example)
We alway welcome your contributions 👏
- Fork (https://github.com/amrangry/TagsCollection) 🎉
- Create a feature branch ☕
- Run test suite with the
$ make test
command and confirm that it passes ⚡ - Commit your changes 📝
- Rebase your local changes against the
main
branch 💡 - Create new Pull Request 💌
Bugs, feature requests and comments are more than welcome in the issues.
I would like to make TagsCollection
a better tool.
The goal is to be able to use in various projects.
Therefore, your feedback is very useful.
I am very happy to tell you your opinions on Issues and PR ❤️
AmrAngry, amr.elghadban@gmail.com
TagsCollection is available under the MIT license. See the LICENSE file for more info.