-
Notifications
You must be signed in to change notification settings - Fork 0
Home
All demos and usages can be found in project JCFrameworkDemo
remember to run pod install
or pod update
before running demo app
-
JCFloatingView: an app level iOS floating view
pod 'JCUtils/JCFloatingView', :git => 'https://github.com/EzlyJohnnie/JCUtilsDemo'
-
JCAuthentication: utils for biometeic and passcode (app level, not using system passcode) authentication.
JCAuthentication uses a customised version of PAPasscode for passcode authentication
pod 'JCUtils/JCAuthentication', :git => 'https://github.com/EzlyJohnnie/JCUtilsDemo'
-
JCDesign: UI components and base UI classes
pod 'JCUtils/JCDesign', :git => 'https://github.com/EzlyJohnnie/JCUtilsDemo'
-
JCLocation: utils for fetching location
pod 'JCUtils/JCLocation', :git => 'https://github.com/EzlyJohnnie/JCUtilsDemo'
-
JCAlert: utils for alerts
pod 'JCUtils/JCAlert', :git => 'https://github.com/EzlyJohnnie/JCUtilsDemo'
-
JCToast: iPhoneX fixes for CRToast
pod 'JCUtils/JCToast', :git => 'https://github.com/EzlyJohnnie/JCUtilsDemo'
-
JCViewTouchHighlighting: mirror of UIView-TouchHighlighting for keeping personal reference
pod 'JCUtils/JCViewTouchHighlighting', :git => 'https://github.com/EzlyJohnnie/JCUtilsDemo'
-
JCReachability: quick reference of Reachability.h
pod 'JCUtils/JCReachability', :git => 'https://github.com/EzlyJohnnie/JCUtilsDemo'
-
JCFramework: add everything above
pod 'JCUtils/JCFramework', :git => 'https://github.com/EzlyJohnnie/JCUtilsDemo'