Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加指定bundle接口 #27

Open
jt042435 opened this issue Sep 1, 2016 · 0 comments
Open

增加指定bundle接口 #27

jt042435 opened this issue Sep 1, 2016 · 0 comments

Comments

@jt042435
Copy link

jt042435 commented Sep 1, 2016

对外提供静态库和bundle,不能获取bundle里面的xib,怎么解决?能不能指定bundle?

  • (UINib *)nib {
    return [UINib nibWithNibName:self.nibid bundle:[self XXNibBundle]];
    }
  • (NSBundle *)XXNibBundle {
    if ([[self class] respondsToSelector:@selector(nibBundle)]) {
    return [[self class] performSelector:@selector(nibBundle)];
    }
    return nil;
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant