tagy

Results 7 comments of tagy

I agree with overcomer, I am displaying content from a server that sometimes contains new line characters. I have modified the isValidWordWrap method as above.

Also having a '\n' at the end of the string throws a StringIndexOutOfBoundsException. I updated the isValidWordWrap to remove the second unused parameter: ` public boolean isValidWordWrap(char before) { return...

Hi, Sorry I have not been working on Android for a while. I will try to look at this again in a week or so and make a pull request.

Same issue here. This PR fixed it for me from a quick test: https://github.com/sochalewski/UIImageViewAlignedSwift/pull/29

I'm wondering if the plan is for the CreateML app to replace/supersede turicreate?

I had the same issue, I fixed it by also adding 'SocketRocket.framework' to my project.

I'm seeing this too.