IlijaMihajlovic / Camera-App-With-UIImagePickerController-And-AVFoundation-Completely-ProgrammaticallyLinks
Demonstrating how to use the front camera, toggle camera flash and use the back camera with the UIImagePickerController and AVFoundation completely programmatically. Also saving and loading the image from the Photo Library, perhaps if the camera is unavailable.
☆7Updated 5 years ago
Alternatives and similar repositories for Camera-App-With-UIImagePickerController-And-AVFoundation-Completely-Programmatically
Users that are interested in Camera-App-With-UIImagePickerController-And-AVFoundation-Completely-Programmatically are comparing it to the libraries listed below
Sorting:
- A simple SpriteKit project showing collision detection. The whole project is created completely programmatically without .sks files and X…☆5Updated 5 years ago
- Transition from scene to scene in SpriteKit. This whole project is created completely programmatically without .sks files and Xcodes Scen…☆7Updated 6 years ago
- Detect objects in images with CoreML and AVFoundation☆3Updated 6 years ago
- Pass data between ViewControllers via Delegate & Protocols using the Swift Programming Language☆7Updated 6 years ago
- This project shows how to use multiple UIGestureRecognizers subclasses all programmatically without the usage of UIStoryboard and Interf…☆2Updated 6 years ago
- Common Algorithms and Data Structures in Swift☆4Updated 5 years ago
- An Endless Moving Background in SpriteKit. This whole project is created completely programmatically without .sks files and Xcodes Scene …☆10Updated 6 years ago
- Move Sprites Around With Touch in SpriteKit and Swift. This whole project is created completely programmatically without .sks files and X…☆6Updated 6 years ago
- Core ML and Vision object classifier with a lightweight trained model. The model is trained and tested with Create ML straight from Xcode…☆10Updated 2 years ago
- Search bar in a TableView with a filtering option☆4Updated 5 years ago
- This project shows how to use CoreML and Vision with a pre-trained deep learning SSD (Single Shot MultiBox Detector) model. There are man…☆17Updated 5 years ago
- A camera app with a launch/splash screen with multiple functions each of which is a button, with added animation showing the strength and…☆26Updated 5 years ago
- A single player game in SpriteKit created completely programmatically without the use of .sks files and Xcode Scene Editor. Implemented c…☆24Updated 4 years ago
- IlijaMihajlovic / Networking-with-REST-API-calls-and-URLSession-Unit-Tests-and-Data-Persistence-in-Core-DataNetworking in Swift with REST API calls and URLSession, that puts the parsed JSON Data from an HTTP based JSON storage endpoint I created…