I've been looking for this for a while and I have asked before but I figures it was time again to see if any help is available.
One really super powerful tool in animation is UIBezierPaths the only problem with them is that I don't know how to create one graphically and then transfer it to code. At the moment I have to create the path in code, run a test app to see the path and then change some value in the code, run the test app again. Rinse and repeat. Time consuming and I mostly don't end up 100% happy with the result.
I would like to be able to manipulate the path in some drawing program and then be able to export the values that are needed to create the path.
I have been looking as late as yesterday at Adobe Illustrator and trying to export in various different formats but nothing 🙁
One really super powerful tool in animation is UIBezierPaths the only problem with them is that I don't know how to create one graphically and then transfer it to code. At the moment I have to create the path in code, run a test app to see the path and then change some value in the code, run the test app again. Rinse and repeat. Time consuming and I mostly don't end up 100% happy with the result.
I would like to be able to manipulate the path in some drawing program and then be able to export the values that are needed to create the path.
I have been looking as late as yesterday at Adobe Illustrator and trying to export in various different formats but nothing 🙁
Last edited: