# sample-iOS-CameraApp **Repository Path**: mirrors_NativeScript/sample-iOS-CameraApp ## Basic Information - **Project Name**: sample-iOS-CameraApp - **Description**: 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. - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-13 - **Last Updated**: 2026-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.