TableViewsTableview is a great efficient way to display data. In my project I have been using singleton as single source to fetch data which I…Jan 19, 2022Jan 19, 2022
Github Version ControlVersion Control can keep track of the differences of your code day by day, save by save! One of the solutions that offer is that you can…Dec 4, 2021Dec 4, 2021
iOS Tab Bars Quick TipsThe maximum tab bars is 5. To go back a level from the view hierarchy use navigationController.popViewController(animated). The navigation…Oct 7, 2021Oct 7, 2021
Swift Basics — Difference between class and structClass and Struct are very similar accept for the following:Sep 10, 2021Sep 10, 2021