ios - Atlas inside image.xcassets with different devices -
let's suppose want atlas each of devices: iphone 4s, iphone 5 , iphone 6. if create following schema inside image.xcassets?
- tutorial
- tutorial-480h.atlas
- background
- button
- tutorial-568h.atlas
- background
- button
- tutorial-667h.atlas
- background
- button
- tutorial-480h.atlas
and
- mainmenu
- mainmenu-480h.atlas
- background
- mainmenu-568h.atlas
- background
- mainmenu-667h.atlas
- background
- mainmenu-480h.atlas
and put images inside @2x box? work? mean, have suggestion or better alternatives?
Comments
Post a Comment