Subscribe to my newsletter and never miss my upcoming articles
When it comes to choosing a backend solution for your project - either a mobile app or a website - several factors must be considered to make a good selection. Considering effective features of your preferred services is essential. If you are looking...
Learn how to build a screen where you can sign in with Google on iOS, in Swift language. Create OAuth Credentials Sign in to your Google Cloud Console and click the + CREATE CREDENTIALS button. Select the OAuth Client ID option. On the next page: ...
Import CoreImage framework on the top of your class: import CoreImage Declare a few CoreImage default effects: let CIFilterNames = [ "CIPhotoEffectChrome", "CIPhotoEffectFade", "CIPhotoEffectInstant", "CIPhotoEffectNoir", "CIPh...
Import the import Speech framework on the top of your class: import Speech Declare variables: let audioEngine = AVAudioEngine() var speechRecognizer = SFSpeechRecognizer() let recognitionRequest = SFSpeechAudioBufferRecognitionRequest() var recogn...
Import UIImagePickerControllerDelegate and UINavigationControllerDelegatedekegates in your class declaration: class ViewController: UIViewController, UIImagePickerControllerDelegate, UINavigationControllerDelegate { ... } Instantiate the Camer...
This is a curated list of websites to test code and prototype your projects on-the-fly CodePen Online code editor, learning environment, and community for front-end web development using HTML, CSS and JavaScript code snippets, projects, and web appl...