Loading repository dataβ¦
Loading repository dataβ¦
mrustaa / repository
π¨π²β¨π§βπ» 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
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.

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.xibFigmaConvertAndroidXml/ 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
![]()
motionrustam@gmail.com π©| mrustaa FEBRUARY 2021
FigmaConvertXib is available under the MIT license. See the LICENSE file for more info.