Digital design application for Mac, produced by Bohemian Coding.
Questions tagged [sketchapp]
117 questions
3
votes
1 answer
How to export clean SVGs using Sketch Plugin without mask or overrides. Sketch 49.3
When I export the MSSymbolInstances as SVG I always get this line in the SVG code.
It is not until that I edit the fill above manually and change "#1D1F20" to "none", can I use the SVG in…

sid
- 31
- 5
3
votes
0 answers
How to do smooth corners or super-ellipse in iOS 11?
Sketch 47 just implemented smooth corners and Apple already uses super-ellipses for app icons since iOS 7, is there a way to round the corners of your UIViews the same way?
The super-ellipse formula (1 = |x/60|^5 + |y/60|^5) works for app-icons but…

YannisDC
- 207
- 1
- 2
- 9
3
votes
1 answer
iOS Swift - Sketch style Gaussian blur effect in swift 3
I'm new to Swift. I have created blurred UI in Sketch using Gaussian blur effect:
Now I want to implement this effect in UIImageView.
It is possible to use visual effect with blur or CIFilter to achieve same effect? (I've tried but didn't get it.…

Mihir Joshi
- 107
- 5
3
votes
1 answer
sketch app using pt only for text sizes and seemingly for everything else?
the sketch fonts are set in PT
now I want to write a web app using bootstrap 4. So I am used to using pixels / em / rem for fonts and distances. I see no value using PT. Points seem to be for print media
so what is the proper way to convert pt to…

Toskan
- 13,911
- 14
- 95
- 185
3
votes
1 answer
How to adjust the arrow size in Sketch?
How to adjust the arrow size, not the thickness
enter image description here

ycjcl868
- 432
- 3
- 7
- 18
3
votes
0 answers
Sketch 3 iOS UI Design not sync with actual design
I am new to Sketch and facing a few issues.
As seen from the pictures below when I use symbols from Sketch default iOS UI Design, why does it looks smaller than the Actual. For example, the Navigation Bar and Bottom Bar look smaller than what actual…

KY Leung
- 103
- 1
- 9
3
votes
1 answer
How to correctly combine "dot notation" and "braces notation" in cocoascript (sketch)?
In sketch documentation it's stated that dot and braces notations can be mixed with each other. It's even an example available:
[[context.document currentPage] deselectAllLayers];
Unfortunately, this code doesn't work in sketch and produce error if…

grigoryvp
- 40,413
- 64
- 174
- 277
2
votes
1 answer
swiftui blendMode is not match to sketch combine mode of difference
I want to show text combine with Rectangle as below image. I have already draw it in sketch by Combined Shape of Difference mode.
I code it in Xcode by SwiftUI, the code show as below:
struct DiffView: View {
var body: some View {
…

mars
- 109
- 5
- 21
2
votes
0 answers
How will a developer using Android Studio benefit from the Material Theme Editor?
I apologize if the question title is confusing. I'm a bit confused myself.
I am an Android developer and have heard of the Material Theme Editor plugin for the Sketch app (https://material.io/tools/theme-editor/). I wished to use this plugin to…

Riyaad Azad
- 149
- 1
- 10
2
votes
1 answer
Importing JSON into Sketch App
I've managed to isolate the json structure of a specific Symbol by looking into the new Sketch open format file.
How can I now re-import it into a new Sketch file with a simple drag&drop? It seems like Sketch doesn't accept the json file as an…

Luke
- 2,976
- 6
- 34
- 44
2
votes
1 answer
Difference in colors between Sketch and iPhone simulator
Please, can you explain me why I do have so big difference in the colors between my sketch design and what I see on my iphone simulator? In this case, I was using background picture from sketch and it was not changed at all but the difference is…

Juri
- 93
- 8
2
votes
3 answers
How to correctly export an iOS app icon using the iOS app icon template within Sketch?
I've been struggling with exporting the iOS app icon that I created within the said template in Sketch,the first image is the design I do within the template, and the second image is when I export it, but the design that I did within the icon is…

Francisco Ruiz
- 209
- 3
- 12
2
votes
2 answers
How to get a checkbox input in a Sketch plugin with Cocoascript?
I have a Sketch plugin that generates three different files based on the user's selection within an artboard. I want to allow the user to select which of the three files they actually want to have generated via checkboxes (instead of always…

Phil Sinatra
- 419
- 3
- 11
2
votes
2 answers
Export asset as jpg from Zeplin
it may seem a silly question but ...
How Can I Export in jpg format from zeplin ? I even tried to change the format png to jpg in the dialog box sketch and when I export the artboard to zeplin still the option to export as PNG

Daniel Mariluz
- 21
- 1
- 3
2
votes
1 answer
What is the layout setting for SKETCH with Foundation 6
I am designing for Foundation 6 using SKETCH app. What is the layout setting for this framework. I know for bootstrap its:
Total width: 1170px
Num. of Col.: 12 (Gutter outside)
Gutter width: 3px
Col. Width: 95px
Whats the setting for foundation?…

Maca
- 1,659
- 3
- 18
- 42