Skip to content
This repository has been archived by the owner on Nov 30, 2019. It is now read-only.

iOS 8 support #44

Closed
Mohamed3amer opened this issue Sep 22, 2014 · 3 comments
Closed

iOS 8 support #44

Mohamed3amer opened this issue Sep 22, 2014 · 3 comments

Comments

@Mohamed3amer
Copy link

When i run the application on iOS 8 i found that this lines doesn't work.

"UITextField": {
"backgroundImage":"../textField_background"
}

"UIButton": {
"backgroundImage:normal":"../button_background",
"backgroundImage:highlighted":"../button_press_background"
}

"UINavigationBar": {
"backgroundImage:default": "../navigationBar_background"
}

@robertwijas
Copy link
Owner

Image converter looks for assets in main application bundle so you should remove ../ from your image names.

@Mohamed3amer
Copy link
Author

i remove ../ from the image names but doesn't work too.

@robertwijas
Copy link
Owner

Can you create a github repo with a sample project that demos this issue?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants