xcode6 framework中使用xib

2017-05-11  本文已影响0人  三三At你

targets->build phases->Copy Bundle Resources加入相应的xib
重点是下面的路径

UIViewController *vc = [[UIViewController alloc]initWithNibName:@"Frameworks/CustomFrameWork.framework/ActivityViewController" bundle:nil];
上一篇下一篇

猜你喜欢

热点阅读