我用 s网和kt光灯为我的th子。 由于我有不同的调子,我需要很多来源。 但是,我可以改变SDWebImageDataSource.m文档中的数据来源。
I made a variable named myStr
and now i want to get it in the SDWebImageDataSource s init
function so i can get data from another source
是否可行,或者我有改动可产生另一功能,即<条码>initWithString。 然后,我走过这条路?
in my viewcontroller I initialize the SDWebImageDataSource as
SDWebImageDataSource *sd = [[SDWebImageDataSource alloc]init];
then i set variable
sd.myStr=@"http://mypath.com";
但是,在SDWebImageDataSource.m文档功能init
中,我可以拿到myStr
的价值。