🎨📲✨🧑💻 Figma Convert to .xml / .xib 📝 ✂️ copy ui 👌 is a tool for exporting design elements from figma.com and generating files to a projects iOS .xib / Android .xml
FigmaConvertXib is a tool for exporting design elements from Figma and generating file to a projects
.Xib iOS Xcode
/ .Xml Android-Studio
.
Each step of generation is using the following base parameters:
accessToken
: an access token string that is needed to execute Figma API requests (see Figma access token).project id
: URL of a Figma file, which data will be used to generate code (see Figma file).Authorization is required to receive Figma files.
The authorization is implemented by transferring a personal access token.
This token could be created in a few simple steps:
Then Compile / Run
the project FigmaConvertXib.xcodeproj
and paste the received access Token in the accessToken field. It is enough to define it only in the base section if this token allows access to all Figma files, which appear in the configuration.
Open the URL figma project, and copy its project-id
Then open the application, click button-plus, and paste the received project-id
FigmaConvertXib.xcodeproj
/ Figma / Xib / result_ios.xib
FigmaConvertAndroidXml
/ app / res / layout / result_android.xml
In order to export vector-icons in Figma, уou need to select vector layers
and click create component
.
Will begin downloading images.
/ Figma / Xib / images.xcassets
/ app / res / drawable
In .xib .xml it will be generated into an ImageView
[email protected] 📩| mrustaa FEBRUARY 2021
FigmaConvertXib is available under the MIT license. See the LICENSE file for more info.