This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
[ASTextNode] slash symbol in string acts like new line symbol #2885
Labels
Comments
@iwheelbuy - could you check if this matches the behavior of UILabel? |
That is the page I parse information from: http://mu-kgt.ru/informing/wapold/marsh/?t=1 |
@iwheelbuy - would you be willing to create an example project (or modify examples/layoutSpecExamples-Swift/LayoutExampleNode.swift - class HeaderWithRightAndLeftItems) to show this bug? I'm guessing it has something to do with the string encoding which I'm not too familiar with. |
Sample project is a bit complex, but it shows the issue. |
Adlai-Holler
added
Needs Volunteer
Text
and removed
Close if no Reply
Needs More Info
labels
Jan 17, 2017
Demo show the issue. |
Jonhory, there is a broken link in your demo readme |
My Demo update. UPDATE:PNG show the issue:
Here is my code:
If my code have any question, maybe somebody can help me.Thanks. |
This issue was moved to TextureGroup/Texture#173 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have some strings to be presented in
ASTextNode
I don't expect a new line right after the
/
symbol, but the result is:Is there a way not to get new line after the
/
?The cell code:
The text was updated successfully, but these errors were encountered: