0

I am creating a sticker pack application for iOS 10, I created an app using sticker dimension 300x300 and named sticker as sampleSticker@3x.png & in Attributes inspector I had set sticker size as small.

Sticker Size

But while executing it I am seeing 3 assets in a row instead of 4 and as per the session in WWDC iMessage there should be 4 assets in a row.

Can anyone help me out in finding the issue.

iYoung
  • 3,596
  • 3
  • 32
  • 59

1 Answers1

2

Got it!

I was executing my app in iPhone SE simulator & got to know that it does not support 4 assets in a row that's why it was showing 3 assets in a row when I set it to small.

But when I executed same app on iPhone 6S simulator, it worked like a charm.

So FYI, 4 assets in a row will be seen in devices previous than iPhone 5S & iPhone SE.

iYoung
  • 3,596
  • 3
  • 32
  • 59