Working with UITableView objects in iOS @techytube
Working with UITableView objects in iOS  @techytube
Uploaded November 2012 | Updated September 2026, 2 weeks ago
Subscribe to our channel here for notifications on new video trainings. For more videos on technology, visit our website at http://www.techytube.com.
By pavel@techytube, for more from this author visit:
techytube.com/author/pavel

UITableView objects are commonly used in iOS development. There help us to represent data more clearly to the user, when we have more records that we want to display in a nice way.
When we create a UITableViewController subclass in Xcode, it already contains a UITableView objects inside it. If we leave it as it is and run in the Simulator or on the device, we only get a blank table that we can scroll up and down (it doesn't contain any records because we did not tell it what data it should display and how to display that).
Tables, in general, can contain any number of rows, but only ONE column.
Each row is referred to as a CELL.
There are 2 styles for table views - Plain and Grouped. In case we want to make more sophisticated tables, we must use custom cells for them, which we will discuss in later videos.
You should check apps already made by other developers, to see when they use table view and how they resolve specific task using them. Some examples may be the Contacts and Notes apps.
Working with UITableView objects in iOSMicrosoft SQL Server 2012 Always On, Part 2 of 2Windows 8 Development - C# XAML Application LifecycleWindows 8 Development - Adding Controls XAML Part 3 - StackPanel TextblocksNSDictionary and NSMutableDictionary classes in Objective-CWindows 8 Development - Javascript Blog Reader ISSIS Packages IntroductionsWindows 8 Development - Getting StartedExploring Xcode and writing your first lines of codeException handling in Objective-CHow to customize the NavBar in iOSWindows 8 Development - Adding Multiple XAML Pages
techytube |

Working with UITableView objects in iOS

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER