iPhone SDK Articles
There maybe times when you need to save more than just text in the database, like a file or an image. SQLite versions 3.0 and later allows you to store BLOB data in a column. Using the data type BLOB we can store large objects like an image or a file. Read on to learn [...]
Using the default UITableViewCell we can display a text or an image but sometimes it is not good enough. In this tutorial you will learn how to customize the UITableViewCell.
UITableView – Creating a simple table view UITableView – Loading a detail view UITableView – Sectioned table view UITableView – [...]
Tags
