BRPickerView icon indicating copy to clipboard operation
BRPickerView copied to clipboard

最新2.1.0版本pods,用bundle加载BRCity.plist为空

Open jifusheng opened this issue 7 years ago • 1 comments

jifusheng avatar Feb 28 '18 03:02 jifusheng

// 已更新至2.1.1版本,修改内容如下: NSBundle *bundle = [NSBundle bundleForClass:[self class]]; NSURL *url = [bundle URLForResource:@"BRPickerView" withExtension:@"bundle"]; NSBundle *plistBundle = [NSBundle bundleWithURL:url]; NSString *filePath = [plistBundle pathForResource:@"BRCity" ofType:@"plist"];

// 非常感谢你提出的问题和解决的方案,现已更新至2.1.1版本,如还有什么问题欢迎指出🙂

agiapp avatar Feb 28 '18 14:02 agiapp