Matt Curtis
Matt Curtis
It is, just select all the layers you want to set constraints on, and edit away. Make sure you're using the latest version of Fluid as well. > On Dec...
This is possible, but like you said, it would be quite involved. The problem is that there isn't a good, reliable way to identify layers despite changes to them (yet)....
These are very interesting ideas. Reminds me a little of Xcode's auto-constraint features, where it'll automatically create constraints to nearest sibling. Thanks for the suggestions - we'll definitely take them...
Contribution guidelines are in the works. For now though, as far as suggestions/features go feel free to open an issue (so long as it isn't a duplicate, search first ofc)....
Can you share the code you're using?
So `numberOfRowsInTableView:` is being called, but it doesn't seem to affect the number of rows... or does. Have you tried to figure out where `2135` is coming from? Do you...
Here's an example of where someone else achieved this: https://github.com/onmyway133/Sketch-Action/blob/7eea7084c6312d851b904d07630b12b601455714/SketchAction.sketchplugin/Contents/Sketch/ui.js
Hmm, so presumably you couldn't get the code in `ui.js` to work? I'll have to do some tests in my own time, see if its possible to get this to...
@timurnurutdinov You can [pull in Sketch's Headers](https://github.com/abynim/Sketch-Headers) to solve that.
Thanks for the detailed issue! This is interesting, as I've seen similar issues, but been unable to track down the exact point of error. Will look into this.