https://github.com/appscomtr/iosshortcodes
Some short codes to speed up your iOS development
https://github.com/appscomtr/iosshortcodes
Last synced: about 2 months ago
JSON representation
Some short codes to speed up your iOS development
- Host: GitHub
- URL: https://github.com/appscomtr/iosshortcodes
- Owner: AppsComTr
- License: gpl-2.0
- Created: 2015-10-08T11:13:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-08T11:45:24.000Z (over 10 years ago)
- Last Synced: 2025-02-24T05:11:24.154Z (over 1 year ago)
- Language: Objective-C
- Size: 195 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iOS Short Codes - 4PPS
## Introduction
Use this library to speed up your iOS development. There are a lot of code blocks that used by developers much. We will be making them easier to use.
## Installation
Just copy the Libraries folder to your project. Then import the header file which you need. (e.g. `import "ImageCodes.h"`)
## Usage
You can find detailed usage at the Demo project. We have used entire methods of library in the Demo project.
## Contribution
This library is open for contribution. Just make cool changes and send pull request.
## License
See [here](https://github.com/4pps/iOSShortCodes/blob/master/LICENSE)!