EDIT: I made this post before I got the information that I am not allowed to use Steemit logo. Consider that before pushing the flag button, please.
SteemShutter is about to come out in a few days.
So what is SteemShutter?
SteemShutter is a reason why I sit in front my computer every day trying to make a blog but I end up programming, learning program language Swift 4. So I almost made a Steem/Steemit personalized camera app that can add your Steemit signature in the corner of the photos you take. I didn't want to copy some code from Github and I wanted to learn all, so that's why this lasts for months. Swift 4 is easy program language, Xcode is a great software to make applications for Apple platforms. So I decided to start with this iPhone app, although I know that iUsers are the minority in this community. But this app will be completely free, the source code will be available on Github, so everyone will be able to work on it or to make an Android app. I really don't have problems with that. I would be happy if someone finds this a good idea and make some contribution.
Steemit helped me a lot in my life, so I wanted to give something to Steemit.
I am almost finished and I want to share with you what I have up to now. And I have some questions, as a noob, I would be glad if some pro reads this and shares with me some advice.
What's so special about SteemShutter?
I created a capture session, configured the camera device, inputs, outputs, preview layer and the action of taking the photo. I didn't sleep until I didn't add flash and one morning I just realized that flash mode was the easiest code in my app. I configured switch camera function, zoom in and zoom out, and "tap to focus" focus function. And it took time for me to figure out the AVFoundation Framework, I really wanted to understand how things work and I found the making of iPhone apps one of the easiest ways to start dealing with coding.
I wanted to add the Steemit logo and Steemit images as buttons and logos inside the application, as you can see on a screenshot from my iPhone SE. But I suck as a graphic designer so I asked some help from
, so the buttons were designed by him.
So is there anyone with some experience reading this and has some idea?
Am I allowed to use these Steemit images and will someone bother with that?
Next thing in SteemShutter is "Signature Creator".
You can make your own signature that will be placed in a corner of your photograph. For now, you'll be able to choose one of four fonts, but the updates will come very soon and I will add more fonts. Check the screenshots:
The last screenshot is where I am now, I am trying to make a decision should I export the signature as png image that will be added to your photo, or as UserDefault function inside the app.