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.
- Host: GitHub
- URL: https://github.com/nativescript/sample-ios-cameraapp
- Owner: NativeScript
- License: bsd-2-clause
- Created: 2014-12-12T16:07:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-17T20:45:51.000Z (over 9 years ago)
- Last Synced: 2024-10-29T15:51:49.460Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 3.71 MB
- Stars: 7
- Watchers: 44
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.