ios - Added device tag in storyboard file with Xcode 8.3 -


this device tag added 1 of storyboard's files, didn't see before.
i'm using xcode 8.3.
idea means? i'm wondering if should committed or not.

<device id="retina4_7" orientation="portrait">      <adaptation id="fullscreen"/>   </device> 

nothing serious. it's based on selected option of storyboard/xib: enter image description here


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -