UIImagePickerController

This blog post is more of a cheat sheet type on how to use UIImagePickerController in Swift with Firebase to upload a user profile image to Google cloud. I am also going to include here a video demonstration taken from my video course “Firebase and Swift: Practical examples“. This video will demonstrate the use of the below code…

Read More UIImagePickerController in Swift with Firebase. Cheat Sheet.

In this video tutorial I am going to share how to upload an image and display the upload progress using the UIProgressView. I am going to use UIImagePickerController to let user select one of the images on their device I will use NSMutableURLRequest to send HTTP POST request with image data to a server side PHP script…

Read More Image Upload with Progress Bar example in Swift