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];