Subscribe ( )

iPhone Programming Tutorials


 

Forum

You must be logged in to post Login Register

Search 

Recent Tutorial

User Post

11:04 pm
August 15, 2008


wishfullthinkng

iCoder

posts 6

1

Hello all, this is my first post here and most likely will be the first of many as I am teaching myself this SDK from scratch.

In the most recent Fruit tutorial the header on the initial table view is set to “Fruits.”  How to I change this to say, Fruits that are good, etc.  

I looked in the code and it appears you have to change any instance of the word “Fruits” to “Fruits that are good” in every single file just to change it.

I hope I'm wrong, but any insight into this would be extremely helpful.

Thank you.

6:11 am
August 16, 2008


Nick

iCoder

posts 15

2

It isn't that hard, it looks like it uses the array name (ie 'fruits') unless you explicitly set it.

Try this in RootViewController's cellForRowAtIndexPath:

self.title = @”Fruits that are good”;

Hope this helps,

Nick.

10:57 am
August 16, 2008


wishfullthinkng

iCoder

posts 6

3

Thank you Nick.  That did work perfectly, and was indeedincredibly simple.

This forum seems to be one of the first on the internet and I have high hopes for it.

Search 

About the iCodeBlog forum

Most Users Ever Online:

44


Currently Online:

6 Guests

Forum Stats:

Groups: 2

Forums: 6

Topics: 419

Posts: 893

Membership:

There are 934 Members

There has been 1 Guest

There are 2 Admins

There is 1 Moderator

Top Posters:

bobcubsfan – 54

crazyiez – 30

Uhu – 17

AdeC – 17

Nick – 15

jitesh61 – 12

Administrators: Brandon (88 Posts), Collin (0 Posts)

Moderators: VertigoSol (26 Posts)



©   

  • Posted by on 6 Aug 2008 in Uncategorized
  •   |  
  •   |  
  •   |  
  • Comments Off

Comments are closed.