Home » Posts » Kits » Pro » Layer Kit Pro » Using Storyboard View
Using Storyboard View
Last updated on September 24, 2020 XD, PSD, AI and INDD layers to Storyboard with clean and clear code becomes simple. Translate your XD, PSD, AI and INDD layers to Storyboard with advanced support for text, images and shapes.
Example Image Element
1
2
3
| <imageView id="3JU-ek-kBX" userInteractionEnabled="NO" contentMode="scaleToFill" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" image="apple_logo">
<rect key="frame" x="159" y="32" width="273" height="341" />
</imageView> |
Example Text Element
1
2
3
4
5
6
7
| <textView id="4Cr-ek-408" clipsSubviews="YES" multipleTouchEnabled="YES" contentMode="scaleToFill" fixedFrame="YES" editable="NO" textAlignment="center" translatesAutoresizingMaskIntoConstraints="NO" >
<rect key="frame" x="129" y="374" width="331" height="63" />
<string key="text">PSD and AI</string>
<fontDescription key="fontDescription" type="system" pointSize="55" />
<color key="textColor" red="0" green="0" blue="0" alpha="1" colorSpace="calibratedRGB" />
<textInputTraits key="textInputTraits" autocapitalizationType="sentences" />
</textView> |
Example Shape Element
Better Shape support to come in future updates.
1
2
3
4
| <view id="ceg-ek-laC">
<rect key="frame" x="32" y="93" width="120" height="103" />
<color key="backgroundColor" red="255" green="0" blue="0" alpha="1" colorSpace="calibratedRGB" />
</view> |
Customize the Storyboard View to include additional information with the XD, PSD, AI and INDD layer such as effects, advanced text rendering and more.
LOGIN NOW: Get instant access to our free Online Training - click here.