An open API service indexing awesome lists of open source software.

https://github.com/nativescript/sample-ios-cameraapp

In this sample we are demonstrating how you can write platform specific code with NativeScript. We are building iOS only app which uses the latest iOS8 camera APIs.
https://github.com/nativescript/sample-ios-cameraapp

Last synced: 8 months ago
JSON representation

In this sample we are demonstrating how you can write platform specific code with NativeScript. We are building iOS only app which uses the latest iOS8 camera APIs.

Awesome Lists containing this project

README

          

# sample-iOS-CameraApp
In this sample we are demonstrating how you can write platform specific code with NativeScript. We are building iOS only app which uses the latest iOS8 camera APIs.

Running the app using the NativeScript CLI:
``` bash
$ git clone https://github.com/NativeScript/sample-iOS-CameraApp
$ cd sample-iOS-CameraApp
$ tns run ios
```

Please note that the camera APIs were introduced in iOS 8 and the example uses them,
so you can test it only on a real device with camera and iOS version 8 or later.