I want to update my app and need to create a view that users can draw in. The issue I have run into is that I need the view to be in the middle of the app and not on the top as if I was to shrink the dimensions. I located something on GitHub which is exactly what I need. I'm stuck on installing it.
https://github.com/acerbetti/ACEDrawingView
The directions are to
I am stuck at this part:
Programmatically use the initWithFrame: and add it as subview
I am unsure how to incorporate this, I am testing it out on a blank project right now and receiving many errors. Hopefully with the last part it will correct all of it. Thanks for any help or advice you can provide
https://github.com/acerbetti/ACEDrawingView
The directions are to
Import the files from the folder "ACEDrawingView" to your project
From IB create a view and set the class to "ACEDrawingView"
Programmatically use the initWithFrame: and add it as subview
I am stuck at this part:
Programmatically use the initWithFrame: and add it as subview
I am unsure how to incorporate this, I am testing it out on a blank project right now and receiving many errors. Hopefully with the last part it will correct all of it. Thanks for any help or advice you can provide