-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Word wrap not working #92
Comments
I would guess height calculations are off, the last line isn't fitting so is being truncated? Note that you can opt-in to ARC for selected files only. That may be easier for you so you can add the latest version. |
Having ARC on selected files would be great. I haven’t seen anything that says how to do that? Would you mind pointing me in the right direction? THANK YOU On February 27, 2015 at 1:16:33 PM, Chris Miles ([email protected]) wrote: I would guess height calculations are off, the last line isn't fitting so is being truncated? Note that you can opt-in to ARC for selected files only. That may be easier for you so you can add the latest version. — |
I found -fno-objc-arc so disabled everything except the new stuff. This is great maybe I can get my code updated to ARC one at a time! Having ARC on selected files would be great. I haven’t seen anything that says how to do that? Would you mind pointing me in the right direction? THANK YOU On February 27, 2015 at 1:16:33 PM, Chris Miles ([email protected]) wrote: I would guess height calculations are off, the last line isn't fitting so is being truncated? Note that you can opt-in to ARC for selected files only. That may be easier for you so you can add the latest version. — |
Thank you again the ARC version works great! On February 27, 2015 at 2:31:31 PM, Mark Worsnop ([email protected]) wrote: Having ARC on selected files would be great. I haven’t seen anything that says how to do that? Would you mind pointing me in the right direction? THANK YOU On February 27, 2015 at 1:16:33 PM, Chris Miles ([email protected]) wrote: I would guess height calculations are off, the last line isn't fitting so is being truncated? Note that you can opt-in to ARC for selected files only. That may be easier for you so you can add the latest version. — |
I am not using ARC as my app is huge and haven't figured out how to convert everything, So I am using 1.3 of CMPopTip.
The demo app works fine.
I copied sections of the demo into my app and the text does not word wrap. It seems to be 1 line short. So in other words if it needed 3 lines, it only shows 2.
Any ideas?
The text was updated successfully, but these errors were encountered: