• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
How to change the case of letters
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to change the case of letters


  • Subject: How to change the case of letters
  • From: rethish <email@hidden>
  • Date: Mon, 04 May 2009 16:08:18 +0530
  • Thread-topic: How to change the case of letters

Hi,

I am using the action methods uppercaseWord: and lowercaseWord: to change
the case of selected word.

-(IBAction)changecase:(id)sender
{
   if([[fontCasePopup titleOfSelectedItem] isEqualToString:@"A"])
    {
       [textView uppercaseWord:sender];
    }
    else if([[fontCasePopup titleOfSelectedItem] isEqualToString:@"a"])
    {
             [textView lowercaseWord:sender];
    }
}

I want to change the case of letters rather than a complete word. And I
tried it with another action message:

[textView changeCaseOfLetter:sender];

But its not working. why is it so? Is there anything thing to be done?


Thank you in advance

rethish




_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: How to change the case of letters
      • From: Тимофей Даньшин <email@hidden>
  • Prev by Date: Integer as key in NSMutableDictionary
  • Next by Date: NSPredicate & relationship data?
  • Previous by thread: Re: Integer as key in NSMutableDictionary
  • Next by thread: Re: How to change the case of letters
  • Index(es):
    • Date
    • Thread