Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 949109
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T23:21:10+00:00 2026-05-15T23:21:10+00:00

I need to indicated a ‘new line’ in a string in an XML file

  • 0

I need to indicated a ‘new line’ in a string in an XML file I’m loading.

If I hard code the string:

myTextView.text = [NSString stringWithString:@"Line1 \nLine2 \nLine3"];

It displays:

Line1
Line2
Line3

(as expected)

But if I put the exact string in my XML file:

<someNode string="Line1 \nLine2 \nLine3" />

And then load it into the UITableView it displays:

Line1 \nLine2 \nLine3

I’ve read somewhere that the ‘\n’ character is processed at compile time, is this true? This would explain the behavior I’m seeing.

If this is the case, how else can I define a new line in my XML-loaded string and still have it properly processed in the UITextView? Is there another way to do this?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T23:21:11+00:00Added an answer on May 15, 2026 at 11:21 pm

    You are right about \n being parsed at compile time.

    NSString *b = [a stringByReplacingOccurrencesOfString:@"\\n" withString:@"\n"];
    

    should do it!

    BTW you may need to do similar replacements for \\, \", \t and the likes.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Need to insert selected text on the page into textarea. There must be some
Need some help, please. I have a line of horizontal thumbnails loaded as ONE
need help to create regular expression matching string www.*.abc.*/somestring Here * is wild card
I need to find all invocations of some logging macros in the code. The
I need to perform a block of code like the following: x = some_number;
I need a string splitting function that is really fast that will break apart
I have a selection of text that looks like the following. I need to
I'm a bit new to SSRS... I have an MVC3 application which I need
In the middle of converting VB6 code to VB.NET, I need to replace the
I need to make a batch of writes to the same file but at

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.