GCCoreUtils
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
GCCoreUtils is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'GCCoreUtils'
Features
This project contains the basic utils for iOS developing. Currently include the following utils.
- DateUtils is used for getting formatted string or date.
- DeviceInfoUtil is used for getting iOS device model name.
- HumanizeTimeUtil is used for getting readable time, such as "3 mins ago"、"just now"。
Author
License
GCCoreUtils is available under the MIT license. See the LICENSE file for more info.