Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.
I would post these here, but the last time I tried something like this, the forum limited the number of images allowed in a thread. So I'll just link to my blog.
When is Part 5 of the UITableView tutorials coming out?
I need to let users reorder rows in a table (this works fine now on screen), and save that order so that items are displayed in that order the next time the user comes back to the table.
I thought displayOrder was the answer, but that seems to be for Core Data only. My table is just loading up an array with the names of a bunch of plist files.
PS - Enjoyed Part 2 for Search. Much simpler and better explained than some other tutorials I've read.
Index Card | Comic Viewer | <a href="http://click.linksynergy.com/fs-bin/stat?id=e*p82eCraXo&offerid
Well, it's been almost year since the last update, and SlickShopper 2 still isn't done. So I'm going to stop kidding myself, and try to crank out a few blog posts.
So, part 3 is now available (changed my mind about the order). Enjoy.
Just had a quick look at the 5th part of your tableview tutorials. They indeed look very confusing, and would do so even more for someone new to iPhone Development.
I just wanted to share an easier way of creating custom tableviewcells.
1. Declare a cell in the .h. (IBOutlet) 2. Create a UITableViewCell in IB. 3. Hook up any IBActions to buttons/labels etc... Save & Quit. 4. Create if statements in the cellForRowAtIndexPath method. These if statements would determine what cell has what text in its labels. 5. Return that cell for the indexPath.
Does that seem easier, and are there any faults with this method?
Im just trying to convey that my way would initially be quicker and faster, but your way is a lot more detailed and a lot more in depth, but a lot more difficult.
BrianSlick;313305 said:
What distinction are you making compared to what I showed?
if (cell == nil) { // Do anything that will be the same on EACH cell here }
// Do anything that could be different on each cell here.
return cell;
For the second part, you have to assume that the cell you are getting is incorrectly configured, and then take steps to re-configure it. If you are only doing if (whatever) {checkmark}, then you aren't making the proper assumptions. It needs to be an if/else case. if (whatever) {checkmark} else {no checkmark}.
iSDK> Can I assume the reason you've never responded is that you realized you were talking about the wrong post, and were in fact describing exactly what I showed?
I'm pretty new to the iphone development and i have question about tableviews.
I need to build a start view witch is build like a profile. This is a tabbar app and when the user has logged in the person will see his photo and name and so on. This will take about 30% of the screen. Then i want to add a tableview below that. This tableview will display a RSS feed with the latest news from a site in it. So is it possible to mix this or should i try to use a 2 section tableview instead? Where i design the first section to hold the info about the profile with picture then the 2nd section that will display the RSS feed?
I also have a question: Could you please either make a tutorial or give a short explanation on how the navigation bar works? The Tutorials that are out there are mostly not really helpful, because they are way too old. As you may have guessed I'm having problems adding a back button to my navigation bar which is a little bit frustrating.
Navigation controllers haven't changed significantly ever, and they haven't changed at all since iOS 3. So there really isn't such a thing as an outdated navigation controller tutorial.
They also are not inherently related to table views in any way, so I'm not sure why you chose to bump this thread.
Hi Brian, could i request a tutorial about TableView. The essence is to make a tableview that will save data ( history/cronology like) from camera (uiimagepicker). Because atm im tryng to make an app powered by ZBar its a bar code scanner, and the main problem is to make a history of scanned codes. here is how to make a simple app using ZBar Hope u will choose my request, tnx in advance.
Replies
I've never use Tableview before, so this is a good reading! Thanks!
10 Detailed Steps to Submit Apps To AppStore
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeezyTweet - $0.99
iZky - $0.99
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeSlickShopper 2 | BTIConcepts on GitHub | Free NSLog utility | Free Getter Utility | Leave a PayPal donation.
Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | A Model (Object) Is A Beautiful Thing
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeiPhone SDK Fanatic!
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeI need to let users reorder rows in a table (this works fine now on screen), and save that order so that items are displayed in that order the next time the user comes back to the table.
I thought displayOrder was the answer, but that seems to be for Core Data only. My table is just loading up an array with the names of a bunch of plist files.
PS - Enjoyed Part 2 for Search. Much simpler and better explained than some other tutorials I've read.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeThe overview presentation talks a little bit about insert/delete.
You will need to track your own sort order parameter.
SlickShopper 2 | BTIConcepts on GitHub | Free NSLog utility | Free Getter Utility | Leave a PayPal donation.
Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | A Model (Object) Is A Beautiful Thing
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeSlickShopper 2 | BTIConcepts on GitHub | Free NSLog utility | Free Getter Utility | Leave a PayPal donation.
Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | A Model (Object) Is A Beautiful Thing
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeSo, part 3 is now available (changed my mind about the order). Enjoy.
SlickShopper 2 | BTIConcepts on GitHub | Free NSLog utility | Free Getter Utility | Leave a PayPal donation.
Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | A Model (Object) Is A Beautiful Thing
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeSlickShopper 2 | BTIConcepts on GitHub | Free NSLog utility | Free Getter Utility | Leave a PayPal donation.
Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | A Model (Object) Is A Beautiful Thing
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeSlickShopper 2 | BTIConcepts on GitHub | Free NSLog utility | Free Getter Utility | Leave a PayPal donation.
Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | A Model (Object) Is A Beautiful Thing
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomePart 8 - Connecting with SQLite for main view and sub view data sources
Part 9 - Maintaining Checklists
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeI just wanted to share an easier way of creating custom tableviewcells.
1. Declare a cell in the .h. (IBOutlet)
2. Create a UITableViewCell in IB.
3. Hook up any IBActions to buttons/labels etc... Save & Quit.
4. Create if statements in the cellForRowAtIndexPath method. These if statements would determine what cell has what text in its labels.
5. Return that cell for the indexPath.
Does that seem easier, and are there any faults with this method?
iSDK
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeSlickShopper 2 | BTIConcepts on GitHub | Free NSLog utility | Free Getter Utility | Leave a PayPal donation.
Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | A Model (Object) Is A Beautiful Thing
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeSlickShopper 2 | BTIConcepts on GitHub | Free NSLog utility | Free Getter Utility | Leave a PayPal donation.
Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | A Model (Object) Is A Beautiful Thing
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeSlickShopper 2 | BTIConcepts on GitHub | Free NSLog utility | Free Getter Utility | Leave a PayPal donation.
Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | A Model (Object) Is A Beautiful Thing
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeI see many posts where people mention the repeating checkmark problem for re-usable cells, with no definitive answer...
The Predictor: College Basketball
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeFor the second part, you have to assume that the cell you are getting is incorrectly configured, and then take steps to re-configure it. If you are only doing if (whatever) {checkmark}, then you aren't making the proper assumptions. It needs to be an if/else case. if (whatever) {checkmark} else {no checkmark}.
iSDK> Can I assume the reason you've never responded is that you realized you were talking about the wrong post, and were in fact describing exactly what I showed?
SlickShopper 2 | BTIConcepts on GitHub | Free NSLog utility | Free Getter Utility | Leave a PayPal donation.
Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | A Model (Object) Is A Beautiful Thing
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeI need to build a start view witch is build like a profile. This is a tabbar app and when the user has logged in the person will see his photo and name and so on. This will take about 30% of the screen. Then i want to add a tableview below that. This tableview will display a RSS feed with the latest news from a site in it. So is it possible to mix this or should i try to use a 2 section tableview instead? Where i design the first section to hold the info about the profile with picture then the 2nd section that will display the RSS feed?
Best Regards
Bjorn
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeSlickShopper 2 | BTIConcepts on GitHub | Free NSLog utility | Free Getter Utility | Leave a PayPal donation.
Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | A Model (Object) Is A Beautiful Thing
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeThey also are not inherently related to table views in any way, so I'm not sure why you chose to bump this thread.
SlickShopper 2 | BTIConcepts on GitHub | Free NSLog utility | Free Getter Utility | Leave a PayPal donation.
Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | A Model (Object) Is A Beautiful Thing
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeSlickShopper 2 | BTIConcepts on GitHub | Free NSLog utility | Free Getter Utility | Leave a PayPal donation.
Are you a newbie? Things you should read:
Definitive Guide To Properties | UITableView Series | A Model (Object) Is A Beautiful Thing
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like AwesomeThe essence is to make a tableview that will save data ( history/cronology like) from camera (uiimagepicker).
Because atm im tryng to make an app powered by ZBar its a bar code scanner, and the main problem is to make a history of scanned codes.
here is how to make a simple app using ZBar
Hope u will choose my request, tnx in advance.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Disagree Dislike Like Awesome