Skip to content

raweng/BuiltIOContentstack-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contentstack SDK for iOS

Built.io Contentstack is a headless CMS with an API-first approach that puts content at the centre. It is designed to simplify the process of publication by separating code from content. For more information see the website.

Installation Options

Manual
  1. Download the Latest iOS SDK release and extract the zip file to your local disk.

  2. Drag and drop Contentstack.framework into your project folder in Xcode.

    A window will appear, prompting you to choose one of the options for adding files. Click the ‘Destination’ checkbox to copy items into the destination group’s folder. This will add the SDK to your project.

  3. In the project editor, select your app under TARGETS. Under the General tab, open Linked Frameworks and Libraries and add the following libraries:

  • CoreGraphics.framework
  • MobileCoreServices.framework
  • Security.framework
  • SystemConfiguration.framework
  1. In your target app, click on the Build Settings tab and add the -ObjC flag to Other Linker Flags.

Add the following line to your Podfile:

pod 'Contentstack'

Run pod install, and you should now have the latest Contentstack release.

Import Header/Module

You can import header file in Objective-C project as:

#import <Contentstack/Contentstack.h>

You can also import as a Module:

//Objc
@import Contentstack

//Swift
import Contentstack

Other Links

License

Copyright (c) 2016, Contentstack.io.
All rights reserved.

About

BuiltIO Contentstack iOS Framework

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •