-
Notifications
You must be signed in to change notification settings - Fork 125
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
(request) : be able to load remote images #12
Comments
I have do some modify to support dynamic loading remote images, but it add a depend on SDWebImage(maybe rewrite the loading progress),
|
I modified with your code, but get an error, for this line: currentSupernode.image = image; and currentSupernode.image = img; the error: Property 'image' not found on object of type 'FTCoreTextNode *' can i remove original "else if (currentSupernode.isImage){ ....} or not? |
There are specifics tags to refer to for special instances like images and Francesco Frison On 2 Sep 2012, at 13:41, KommyKT [email protected] wrote: I modified with yout code, but get an error, for this line: — |
the image property is UIImage * type which add to FTCoreTextNode class. 2012/9/2 KommyKT [email protected]
|
Yout can send the modified code by e-mail or any filesharing portal. On Sep 19, 2012, at 8:19 AM, dourgulf [email protected] wrote:
|
Or you can do a push request on github. Francesco Frison On 19 Sep 2012, at 11:18, KommyKT [email protected] wrote:
|
I have open a new repository on github. Hope it will help you. On 2012-9-19, at 下午6:18, KommyKT [email protected] wrote:
|
plz upadate it |
Hi,
It would be awesome if we can load images remotely :) ! I tried to but it did not work. Maybe you can edit my code to implement it easier in the repo ? look at this : stackoverflow.com/questions/11927942/ios-core-text-loosing-context-when-drawing-image-inside-a-block
The text was updated successfully, but these errors were encountered: