-
-
Notifications
You must be signed in to change notification settings - Fork 195
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
Enable image resources from App_Resources in iOS #520
Comments
Fatme
pushed a commit
that referenced
this issue
Jun 24, 2015
Fatme
pushed a commit
that referenced
this issue
Jun 24, 2015
Fatme
pushed a commit
that referenced
this issue
Jun 24, 2015
Fatme
pushed a commit
that referenced
this issue
Jun 24, 2015
Fatme
pushed a commit
that referenced
this issue
Jun 24, 2015
Fatme
pushed a commit
that referenced
this issue
Jun 24, 2015
Fatme
pushed a commit
that referenced
this issue
Jun 25, 2015
Fatme
pushed a commit
that referenced
this issue
Jun 25, 2015
Fatme
pushed a commit
that referenced
this issue
Jun 26, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Image resources added in the
App_Resources
should be available in the application.Currently, all files from App_Resources are copied in the
Resources/icons
folder inside the xCode project, but they are not included in the xCode project itself, so they are not accessible in the application.Workaround
tns prepare ios
after the images are added in theApp_Resources
folder. The images will be copied in theplatforms\ios\<project-name>\Resources\Icons
platforms\ios\
folder and add the images to the project manually:The text was updated successfully, but these errors were encountered: