iOS
Implementing Camera with AVFoundation
Howdy! Today I am going to write about how to implement custom Camera using AVFoundation. Here I have created this storyboard consisting of two View
Playing with MRTextField
Hello! Today I am going to show you guys how to create a line under UITextField using MRTextField and show you some other features of
Getting Substring from an String with Swift
Greetings! So I wrote this function and then felt like sharing it with you guys. Which basically helps you retrieve a Substring from an string. Here
Multiple Unwind Segue from one ViewController
Greetings everyone! I hope you all would be doing great. I wanted to do a small tutorial on how to Exit(Unwind Segue) a controller when
Facebook Login integration with Custom Button in iOS
Hello guys! Today I’m going to show you how to integrate Facebook login to your iOS app using Swift. Login to your Facebook and go
Using UI Swipe and Pinch Gesture Recognizer with Swift
Hello everyone! Today I’m going to show a simple way to use Swipe and Pinch gesture with Swift. I have added the following images to
Circular UIView with Slider
Sometimes you might want to create a Circle out of a UIView or want to create an static Circle on the view or subview or
Making a simple list of “Shows to Watch” in iOS using Core Data
Hola Amigos! I’m going to demonstrate how easily you can make a simple list using Core Data with operations of Add, Delete, and Update. Vamonos!
Rendering original color of UITabBarItems when an item is not selected with Swift
Greetings and Salutations! By default in iOS, it changes the UITabBarItem(s) color to gray. You can only change the color of selected item and its
Container View in iOS
Hello everyone! I hope everyone would be doing great. I googled for a long time but I couldn’t find any good tutorial for Container View,