ios

How to Build An App – 2019

In this article we will be creating an iOS application. Our application is designed to be simple so that we can learn the basics of how to build one.For this tutorial, make sure you have XCode installed in your machine. If you do not have XCode installed, follow this link to download it. After you

UITableView Application without Storyboards

Create UITableView Application with no Storyboards In this tutorial we will be making a real world application using a UITableView with a custom designed cell view without storyboards or nib files. What this app does is that it makes an API call to reddit’s top 50 entries and displays them on a TableView. Once all