You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.2 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. iOS-Category
  2. ===
  3. iOS Category for UIKit and Foundation classes like UIColor, UIView, NSDate, NSData, etc.
  4. ##Installation
  5. ### Cocoapods
  6. pod 'iOS-Category', '~> 1.0.4'
  7. ### From Source
  8. Pretty simple. Just download or clone in Desktop. Drag and drop Source folder in your project. Add following statement into ***projectname*-Prefix.pch** file.
  9. #import "Categories.h"
  10. ##Screenshot
  11. **Gradient color to Label using UIColor Category class**
  12. ![image](https://raw.github.com/milanpanchal/iOS-Category/master/Screenshots/gredient_example.png)
  13. **List of Categories:~**
  14. ![image](https://raw.github.com/milanpanchal/iOS-Category/master/Screenshots/combine_images.png)
  15. ##Next Step
  16. Please feel free to contribute the project as much as you can. Planning to add more methods.
  17. ##Contact
  18. Follow me on
  19. 1. **Twitter** ([@milan_panchal24](https://twitter.com/milan_panchal24))
  20. 2. **Github** ([/milanpanchal](https://github.com/milanpanchal/))
  21. 3. **Blog** ([https://techfuzionwithsam.wordpress.com/](https://techfuzionwithsam.wordpress.com/))
  22. ##License
  23. This Project is available under the MIT license. See the [LICENSE](https://github.com/milanpanchal/iOS-Category/blob/master/LICENSE) file for more info.