From 08c8b181dfce83e3f33a94b6eca004771d7d5bdc Mon Sep 17 00:00:00 2001 From: Mohamad Kaakati Date: Thu, 27 Jun 2019 15:56:10 +0300 Subject: [PATCH] added available helpers to readme --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index a74aaf7..886be1c 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,38 @@ To run the example project, clone the repo, and run `pod install` from the Example directory first. +## Available Helpers + +- [x] Array +- [x] Bundle +- [x] CALayer +- [x] Date +- [x] Dictionary +- [x] Dispatch +- [x] Encodable +- [x] Int +- [x] JSONDecoder +- [x] String +- [x] NSMutableAttributedString +- [x] UIApplication +- [x] UIButton +- [x] UICollection +- [x] UIColor +- [x] UIImage +- [x] UIImageView +- [x] UIKeyboardType +- [x] UILabel +- [x] UINavigationController +- [x] UIStoryboard +- [x] UITabBarController +- [x] UITableView +- [x] UITextField +- [x] UITextView +- [x] UIView +- [x] UIViewAutoLayout +- [x] UIViewController + + ## Requirements Xcode 10* , Swift 5