https://github.com/elevati/starterkit-ios
Starter Kit / Boilerplate / Template for ios applications
https://github.com/elevati/starterkit-ios
Last synced: 19 days ago
JSON representation
Starter Kit / Boilerplate / Template for ios applications
- Host: GitHub
- URL: https://github.com/elevati/starterkit-ios
- Owner: elevati
- License: gpl-2.0
- Created: 2014-07-01T13:12:41.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-21T12:55:44.000Z (over 11 years ago)
- Last Synced: 2025-12-20T06:39:08.235Z (6 months ago)
- Language: Objective-C
- Homepage:
- Size: 369 KB
- Stars: 4
- Watchers: 20
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
iOS Starter Kit, Boiler plate for iOS application projects
What is iOS Starter Kit
==============
It's a boilerplate that spare your time when you start a new iOS project. :)
iOS Starter Kit already include sample implementation for
• RestKit library - Make API/WebService call
• Reachability - Check internet connectivity
• SDWebImage library - Cache image locally
• Categories for NSString - Convert the HTML to string
• MBProgressHUD - Display progress bar
• Built-in MVC structure - Structured code
• FMDB - Database wrapper
• JSONKit - JSON Parser
• iRate - Rate this App feature
• Harpy - Notify user if application is updated
• SVPullToRefresh - For Infinite scrolling
• GoogleAnalytics - Analytics to track user usage
• Google Ads SDK - Display DFPBanner Ads
• Unit testing scripts - To ensure code is working fine
• CoreData - ORM to interact with database
• In App Browser - To display static HTML contents
How to use iOS Starter Kit ?
==============
• Clone the project
• Open the project with Xcode
• Click on the project then in the right sidebar
• Update the project name and accept corrections
• Update the Organization Name
• Update the Class Prefix Name
• Click on the target and update the Bundle Identifier
• Setup and install Pod Libraries (i.e. pod install)
• Start your project :)