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.

BSD-2-CLAUSE License

Stars
7
Committers
10

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:

$ 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.