Swift

Mar 8

How To Fetch Data From An API In Swift

Introduction Fetching JSON data from a remote API really is the bread and butter of iOS development so it’s important for you to know how to do it in a neat and reusable way. Today, we will be using C...

Feb 29

Dismiss Keyboard When Tapping Away

Today, we are solving a common issue that many developers face; how to hide the keyboard after it has been used to fill out information. This is vital for your app because if the keyboard doesn’t hide...

Aug 17

How To Hide The Tab Bar When Showing A New View Controller

Sometimes, when using a UITabBarController, you want to push a new view controller without the tab bar. Unfortunately, the default behaviour for a UITabBarController is to show the tab bar no matter h...