Code Monkey home page Code Monkey logo

ios-samples's Introduction

iOS-Samples

Contains sample projects demonstrating the usage of various Backendless 3.X API and functionality

Backendless iOS SDK (http://backendless.com)


============== USING WITH COCOAPODS:

To create a new project with CocoaPods, follow these simple steps:

  • Create a new project in Xcode as you would normally, then close this project.
  • Open a Terminal window, and $ cd into your project directory.
  • Create a Podfile. This can be done by running $ touch Podfile.
  • Open your Podfile using Xcode, and add a text that looks like this:

a. if you use iOS, and you need Backendless MediaService: pod 'Backendless-ios-SDK'

b. if you use iOS, and you do not need Backendless MediaService: pod 'Backendless'

c. if you use OSX: pod 'Backendless-osx-SDK'

  • Save Podfile, return to Terminal window and run $ pod install. Once all of the pod data is downloaded, Xcode project workspace file will be created. This should be the file you use everyday to create your app.

  • Open .xcworkspace file to launch your project.

  • If you use Swift, add to your bridging header file the following

a. for 'Backendless-ios-SDK': #import "Backendless.h" #import "MediaService.h"

b. for other pods: #import "Backendless.h"

If you don't have your briging header file, set "Build Settings -> Swift Compiler ... -> Objective-C Bridgeing Header" (SWIFT_OBJC_BRIDGING_HEADER) option

a. for 'Backendless-ios-SDK': ${PODS_ROOT}/Headers/Public/Backendless-ios-SDK/Backendless-With-Media-Bridging-Header.h

b. for other pods: ${PODS_ROOT}/Headers/Public/Backendless/Backendless-Bridging-Header.h

============== USING WIHOUT COCOAPODS:

To create a new project, follow the guide: 'getting-started'

If you need to update your existing project to iOS 9.x, follow the guide: 'Update Project with Backendless SDK for iOS9'

ios-samples's People

Contributors

slavavdovichenko avatar yaschenko avatar markpiller avatar ksv510 avatar

Watchers

Jignesh Fadadu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.