iOS Swift Tutorials

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

Miscellaneous

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