Stories recently tagged with 'UITableView' Subscribe to this feed
3
kicks
published 1 year, 2 months ago, submitted by raj raj 1 year, 2 months ago

cocoawithlove.com — It is really easy to customize your UITableViews. I'll show you how to completely customize the appearance of UITableViews without overriding or subclassing and without the need for any tricky hackery. read more...

Add a comment add a comment | category: | Views: 445
tags: , | tag it

3
kicks
published 1 year, 2 months ago, submitted by raj raj 1 year, 2 months ago

blog.atebits.com — Scrolling is the primary method of interaction on the iPhone. It has to be fast. It has to be fast. More than a few developers have asked me how I do it in Tweetie, so I figured I would share a really fast and really clean technique people can adopt in their own apps. read more...

Add a comment add a comment | category: | Views: 176
tags: , , , , | tag it

3
kicks
published 1 year, 2 months ago, submitted by kannan kannan 1 year, 2 months ago

iphonesdkarticles.com — Using a drill down table view we can display hierarchical data where the last view is responsible of displaying some detail information. This view in which the detail information is displayed can be the same for all the data in the UITableView or it can be different based on the path that the user took. This tutorial will show you how to add a different detail view based on the path the user took to get to the last item. This tutorial is based on the UITableView - Drill down table view tutorial and borrows its source code. read more...

Add a comment add a comment | category: | Views: 110
tags: , | tag it

4
kicks
published 1 year, 3 months ago, submitted by kannan kannan 1 year, 4 months ago

blog.atrexis.com — An author of this post explains how to customize a table cell (UITableViewCell) and it contains the sample code to download. read more...

Add a comment add a comment | category: | Views: 333
tags: , , , | tag it

5
kicks
published 1 year, 3 months ago, submitted by raj raj 1 year, 4 months ago

cocoawithlove.com — UITableViewController and UIViewController are the two most commonly implemented controllers on the iPhone. It may not always be clear what UITableViewController adds to its superclass. I'll show you what UITableViewController does by recreating its functionality on top of UIViewController and show you why doing this can provide a richer base controller class that you can use throughout your iPhone application read more...

Add a comment add a comment | category: | Views: 141
tags: , , | tag it

3
kicks
published 1 year, 4 months ago, submitted by raj raj 1 year, 4 months ago

howtomakeiphoneapps.com — Hey all - I hope that you are making good progress in getting your first iPhone app out the door! I wanted to take this chance to highlight some blog posts that you may have missed over the past two and a half months that could help you out. Here they are: read more...

Add a comment add a comment | category: | Views: 167
tags: , , , , | tag it

5
kicks
published 1 year, 4 months ago, submitted by kannan kannan 1 year, 4 months ago

raddonline.com — This is a nice two part tutorial shows UITableViewCell with a UITextView for entering text and resizing a UITableViewCell to hold variable amounts of text. read more...

Add a comment add a comment | category: | Views: 470
tags: , , , | tag it

3
kicks
published 1 year, 4 months ago, submitted by raj raj 1 year, 4 months ago

iphonesdkarticles.com — Using a drill down table view we can display some primary level of items, where a selected row will result in displaying a new table view with data related to the item selected. The process is repeated until an item has no sub level categories and it is then we display a detail view which is not a UITableView. This is the seventh tutorial in the UITableView series and does NOT inherit its source code from the previous tutorial. read more...

Add a comment add a comment | category: | Views: 746
tags: , | tag it

3
kicks
published 1 year, 4 months ago, submitted by raj raj 1 year, 4 months ago

maxhorvath.com — With UITableView it is quite different if you're coming from a HTML world, as UITableView cannot generate a dynamic height automatically, you'll need to calculate the height yourself before you set the delegate read more...

Add a comment add a comment | category: | Views: 452
tags: , , , , | tag it

3
kicks
published 1 year, 5 months ago, submitted by kannan kannan 1 year, 5 months ago

markj.net — This post explains how to make an asynchronous call to web server from your iPhone application. read more...

Add a comment add a comment | category: | Views: 109
tags: , | tag it

3
kicks
published 1 year, 6 months ago, submitted by kannan kannan 1 year, 6 months ago

icodeblog.com — An excellent 4 part series shows how to creating a ToDo List Using SQLite and UITableView. read more...

Add a comment add a comment | category: | Views: 196
tags: , , | tag it

3
kicks
published 1 year, 6 months ago, submitted by kannan kannan 1 year, 6 months ago

dewpoint.snagdata.com — This post explains how to present some data in a more traditional spreadsheet style grid. It shows how to add vertical lines in to your UITableView. read more...

Add a comment add a comment | category: | Views: 148
tags: , , | tag it

3
kicks
published 1 year, 6 months ago, submitted by kannan kannan 1 year, 6 months ago

iphonesdkarticles.com — Excellent tutorial explains how to search the contents of the table view and it provides the source code of the application as well. read more...

Add a comment add a comment | category: | Views: 79
tags: , , | tag it

3
kicks
published 1 year, 6 months ago, submitted by raj raj 1 year, 6 months ago

cocoawithlove.com — By default, UITableView only supports single-row selection. In this post, I'll show you how to implement multi-row selection, similar to the message edit interface in Mail. As one of the most commonly used visual controls on the iPhone, this is an illuminating look at how to extend controls beyond their inherent capabilities. read more...

Add a comment add a comment | category: | Views: 506
tags: , | tag it

4
kicks
published 1 year, 6 months ago, submitted by kannan kannan 1 year, 6 months ago

iphonedevelopment.blogspot.com — This Post explains the ability to select and then delete multiple rows in the UItableView. read more...

Add a comment add a comment | category: | Views: 173
tags: , | tag it

5
kicks
published 1 year, 6 months ago, submitted by kannan kannan 1 year, 7 months ago

wideasleep.com — This tutorial explains the development and evolution of Fairway (iPhone Application). It explains some real time UITableView crashing problem, Rounded Tables and Many-to-many Relationship Editing. read more...

Add a comment add a comment | category: | Views: 56
tags: , , , | tag it

Published:

Upcoming:

Search: