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

and

  • mainmenu
    • mainmenu-480h.atlas
      • background
    • mainmenu-568h.atlas
      • background
    • mainmenu-667h.atlas
      • background

and put images inside @2x box? work? mean, have suggestion or better alternatives?


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -