The ModMyTM Family of Sites:
ModMyMotoModMyiModMyGphone




 
 
Register or Connect with Facebook

Discuss AppStore Apps | Browse / Search Cydia | MMi Cydia Stats




  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > 3rd Party Apps For iPhone | iPod Touch > iPhone / iPod Touch SDK | Development Discussion
Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 11-02-2009, 03:43 PM
What's Jailbreak?
 
Join Date: Nov 2009
Device + Firmware: iPhone 3GS 32GB
Operating System: Mac OSX Leopard 10.6.1
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Display random text from a custom word bank?

Bare with me here...

I'm working on a name generator. I want to use (i think) an NSArray of words to serve as a word bank to randomly pick from. It would be 3 separate words to make a funny random name like "Slippery California Farmers" or something.

So I created and positioned a UILabel for each of the 3 words and used:

- (IBAction)buttonClickid)sender {
NSString *title = nil;
NSString *path = nil;


int Number = rand() % 3;
switch (Number) {

case 0:
myTextLabel1.text = @"Slippery";
myTextLabel2.text = @"California";
myTextLabel3.text = @"Farmers";
break;

case 1:
myTextLabel1.text = @"Raisin";
myTextLabel2.text = @"Hell";
myTextLabel3.text = @"Dudes";
break;

case 2:
myTextLabel1.text = @"Abnormal";
myTextLabel2.text = @"Scissor";
myTextLabel3.text = @"Killers";
break;

}

It shows up fine. But how would I randomize to change the text for each label to pick a different word, creating a new name each time? And could I create my own invisible word bank to pick from?

Hope you understand what I'm trying to say. I'm new to developing.

Thanks,

Howard
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
Reply

  Apple Forums & iPhone Forums, Mods, Hacks, News, Themes, Downloads, and more! | ModMyi.com > 3rd Party Apps For iPhone | iPod Touch > iPhone / iPod Touch SDK | Development Discussion

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



Go to Top
ModMyI

All times are GMT -6. The time now is 06:02 AM. Powered by vBulletin® Version 3.8.4
If you need Dedicated Server Hosting, you should check out SingleHop. | Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 Copyright © 2007-09 by ModMy, LLC. All rights reserved.

iPhone News / iPhone Forums / Apple News / Apple Forums / RSS / Contact Us / / Top