문제

how do I create a bundle with resources like images and xibs to share it between apps? I saw that there's a way to do it when creating a new project, but there must be a way to do it based on a finished project, right?

Thanks in advance
–f

도움이 되었습니까?

해결책

On iPhoneOS the bundle structure is very simple. Just a make folder and put all the resources under it.

blah.bundle/
  foo.png
  bar.png
  baz.nib
  ...

But apps are sandboxed so the same bundle must be copied into each app.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top