How to implement UITableView programmatically using Swift

When implementing a UITableView in your iOS application you will usually select a master-detail application: Once the project is selected the UITableView implementation is ready for you to start adapting in your application, but sometimes your need just a tableView. The implementation of the tableView is very simple to do in Swift. Start by implementing […]

Continue reading →

How to create UITableView programmatically in Objective-C

Usually when you need to implement tableview in your app you select a master-detail application: Were you get the project all the UITableView implementation ready for you to start adapting in your application,but sometimes you need just a tableView either to display the configuration of your app or to display some other kind of information. […]

Continue reading →