Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

How can I use the picture in the project to browser #31

Closed
wasdw159 opened this issue Nov 10, 2014 · 1 comment
Closed

How can I use the picture in the project to browser #31

wasdw159 opened this issue Nov 10, 2014 · 1 comment

Comments

@wasdw159
Copy link

if i creat my image object like this :
NSString *photoStr = [[NSBundle mainBundle] pathForResource:@“XXX” ofType:@"png"];
UIImage *firstPhoto = [UIImage imageWithContentsOfFile:photoStr];

If I want to use the picture in the project,how can i do it.

@x2on
Copy link
Owner

x2on commented Nov 18, 2014

You could create your own FSImageSource implementation, or subclass the current one.

@x2on x2on closed this as completed Nov 18, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants