Skip to content
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

Open
mworsnop opened this issue Feb 27, 2015 · 4 comments
Open

Word wrap not working #92

mworsnop opened this issue Feb 27, 2015 · 4 comments

Comments

@mworsnop
Copy link

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?

@chrismiles
Copy link
Owner

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.

@mworsnop
Copy link
Author

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.


Reply to this email directly or view it on GitHub.

@mworsnop
Copy link
Author

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! 
On February 27, 2015 at 2:22:42 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.


Reply to this email directly or view it on GitHub.

@mworsnop
Copy link
Author

Thank you again the ARC version works great!
Have a great day and thanks for some cool code!

On February 27, 2015 at 2:31:31 PM, Mark Worsnop ([email protected]) wrote:
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! 
On February 27, 2015 at 2:22:42 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.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants