Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 01-12-2012, 05:37 PM   #1 (permalink)
Registered Member
 
Join Date: Oct 2011
Posts: 54
mini998 is on a distinguished road
Default Radio button behaviour in table view

I have a table view that contains many rows from a sqlite table ,I need to restrict the number of cells user can select and continue to the next view . Kind of like the radio button feature . The number of rows need to be restricted can vary from 1 to 10 depending on the situation.

I found this tutorial Osmorphis: Radio-button behavior for table rows

but it was written good 3 years back ,is there an obvious way to do this in xcode 4?

cheers
mini998 is offline   Reply With Quote
Old 01-12-2012, 05:42 PM   #2 (permalink)
Just helping out.
 
Domele's Avatar
 
Join Date: Feb 2011
Posts: 2,565
Domele is on a distinguished road
Default

First off, please don't discredit code written years ago. It still works, the only code that should be reworked are big blobs of code that are basically hacks to get features that weren't available in the SDK but are now. To accomplish your idea, you'll need to create an array called indexPathsOfSelectedRows. When a user touches a row, check whether the amount of objects in the array is greater than your maximum. If so, delete the object at index 0. Then, add the indexpath of the row that user just touched. Then reload your tableview.

In the cellForRowAtIndexPath, you'll want to check whether your array contains the indexPath. If so, give it a checkmark, if not, don't.
__________________
If you are looking for a quality developer, I'm your man. Give me a PM if you are interested.

New app - See screenshots and details at www.globaclock.com.

If you want to thank me, click the link. Every click counts. If you want to do more, buy my app. A link is available on my website. Thanks.

Last edited by Domele; 01-12-2012 at 05:47 PM.
Domele is offline   Reply With Quote
Old 01-12-2012, 06:52 PM   #3 (permalink)
Registered Member
 
Join Date: Oct 2011
Posts: 54
mini998 is on a distinguished road
Default

Quote:
Originally Posted by Domele View Post
First off, please don't discredit code written years ago. It still works, the only code that should be reworked are big blobs of code that are basically hacks to get features that weren't available in the SDK but are now. To accomplish your idea, you'll need to create an array called indexPathsOfSelectedRows. When a user touches a row, check whether the amount of objects in the array is greater than your maximum. If so, delete the object at index 0. Then, add the indexpath of the row that user just touched. Then reload your tableview.

In the cellForRowAtIndexPath, you'll want to check whether your array contains the indexPath. If so, give it a checkmark, if not, don't.
indexPathsForSelectedRows is only available in IOS5 isn't it ? then its no use .
mini998 is offline   Reply With Quote
Old 01-12-2012, 06:55 PM   #4 (permalink)
Just helping out.
 
Domele's Avatar
 
Join Date: Feb 2011
Posts: 2,565
Domele is on a distinguished road
Default

I am talking about creating an instance variable.
__________________
If you are looking for a quality developer, I'm your man. Give me a PM if you are interested.

New app - See screenshots and details at www.globaclock.com.

If you want to thank me, click the link. Every click counts. If you want to do more, buy my app. A link is available on my website. Thanks.
Domele is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 379
11 members and 368 guests
7twenty7, Atatator, glenn_sayers, guusleijsten, iphonedevshani, j.b.rajesh@gmail.com, QuantumDoja, sacha1996, Sami Gh, tim0504, VinceYuan
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,674
Threads: 94,122
Posts: 402,907
Top Poster: BrianSlick (7,990)
Welcome to our newest member, Atatator
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 05:41 AM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0