tutorials
iPhone Programming Tutorial
원문 : http://icodeblog.com/category/iphone-programming-tutorials/
Creating a New Navigation-Based Application
( http://icodeblog.com/2008/07/26/iphone-programming-tutorial-hello-world/ )
- Create a New Navigation-Based Application
- Learn About the Default Files
-
Update the UITableView Cells to Display “Hello World” Text
- tableView.numberOfRowsInSection : This function tells the application how many rows are in our table.
- tableView.cellForRowAtIndexpath : This function gets called once for every row. What this function is doing is creating a new cell object and returning it.
History
Last edited on 08/14/2008 15:16 by JasonPA
Comments (0)