https://github.com/contentful/blog-app-ios
An iOS application example for the blog space template.
https://github.com/contentful/blog-app-ios
Last synced: 10 months ago
JSON representation
An iOS application example for the blog space template.
- Host: GitHub
- URL: https://github.com/contentful/blog-app-ios
- Owner: contentful
- License: mit
- Archived: true
- Created: 2015-01-22T13:16:40.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-13T14:48:44.000Z (about 10 years ago)
- Last Synced: 2024-09-27T10:04:07.598Z (almost 2 years ago)
- Language: Swift
- Size: 585 KB
- Stars: 15
- Watchers: 9
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blog
[](https://itunes.apple.com/app/id962456216)
This is an iOS application example for the [Contentful][1] blog space template.
[Contentful][1] is a content management platform for web applications, mobile apps and connected devices. It allows you to create, edit & manage content in the cloud and publish it anywhere via powerful API. Contentful offers tools for managing editorial teams and enabling cooperation between organizations.
## Usage
- Simply run
```
$ make setup
```
This will install all necessary RubyGems, create a new space on [Contentful][1] using
[Contentful Bootstrap][3], install all necessary [CocoaPods][2] and setup API keys automatically.
- Now you're ready to use it!
## Customizing
- You can easily drop the [Contentful][1] related branding by removing 'ContentfulDialogs' and 'ContentfulStyle' from the Podfile. You will need to remove the `addInfoButton()` function from the `UIViewController` extension, as well as replace usages of our fonts and colors. In addition to that, update the bridging header as there are now some header files missing.
- The app has support for the 'contentful-blog://' custom URL scheme, you should also remove that if you are using the template for your own application.
## License
Copyright (c) 2015 Contentful GmbH. See LICENSE for further details.
[1]: https://www.contentful.com
[2]: http://cocoapods.org
[3]: https://github.com/contentful-labs/contentful-bootstrap.rb