Creating UI Elements Programmatically Using PureLayout
Welcome to part two of Creating UI Elements Programmatically Using PureLayout. In the first part, we built a simple mobile application’s UI completely in code without the use of Storyboards or NIBs. In this tutorial, we will cover some of the most used UI elements in all applications: UINavigationController/Bar UITableView Self-sizing UITableViewCell UINavigationController Explained…