作品分享
问答交流
发现
任务
客服工单
NSString *bundlePath = [[NSBundle mainBundle] pathForResource"bundleName" ofType"bundle"]; NSBundle *bundle = [NSBundle bundleWithPath:bundlePath]; NSString *imagePath = [bundle pathForResource"ImageName" ofType"png"]; UIImage *image = [UIImage imageWithContentsOfFile:imagePath];
NSURL *url = [bundle URLForResource"bundleName" withExtension"bundle"]; NSBundle *imageBundle = [NSBundle bundleWithURL:url]; NSString *imagePath = [bundle pathForResource"ImageName" ofType"png"]; UIImage *image = [UIImage imageWithContentsOfFile:imagePath];
s.vendored_frameworks = 'PodFrameWork/Classes/FrameWorks/CustomFrameWork.framework'
s.resource_bundles = { 'CustomBundle' =>['PodFrameWork/Assets/*'] }
举报
Powered by CangBaoKu v1.0 小黑屋藏宝库It社区( 冀ICP备14008649号 )
GMT+8, 2024-11-22 04:30, Processed in 0.145267 second(s), 33 queries.© 2003-2025 cbk Team.