Plugins for Bohemian Coding Sketch
This plugin takes the current selection and exports an Objective-C view from it. It creates shape layers to represent the same graphics as in Sketch. Also supports animations.
- Opacity
- First solid color fill
- First border solid color
- First drop shadow (Except spread)
- Shapes
- Animate shape, fill color, layer opacity, shadow color, shadow blur radius, shadow position, border width, border color
- When animating, the layer is not scaled to the view size (in works)
- Gradients are not working (Might in the future)
- Doesn't animate layer position
- All layer names must be unique
This plugin takes the selected layers and makes a copy for each artboard in the page, scaling them in the process:
The selected layers have to be inside an artboard.
Make a bigger or smaller copy of the selection using the golden ratio. Here's an example of using it to recreate the iCloud icon (I know it's not correct, it's just a quick example):
- Download the ZIP file with the plugin
- Copy the contents of the ZIP to the Plugins Folder (You can get access to that folder by opening the Plugins menu, choosing
Custom Script...
and then clicking in the gear icon and choosingOpen Plugins Folder
). You don't need to copy theimages
folder, theREADME.md
nor theLICENSE
files.
Select 1 or more layers inside an artboard, then open the Plugins menu and choose 'Duplicate to All Artboards'