One of my big goals for 2017 was to make an app.
Tonight was a big night for me. I have been doing an iOS development course on Udemy. I just finished section 2 of the course.
And I made my first app.
It is a very simple app. All it does is take the input age of your cat, converts the string into an integer, multiplies it by the number of years that a cat has to people and then outputs that number down below.
With a cute picture of a kitten to boot.
I guess technically this is the second app I have made, the first tho was much simpler and only did the most basic of input and output.
You can input a string, and the app outputs it into a label box.
Tomorrow we start Swift Playgrounds, which allows you to work with code without having to run the slow iOS simulator.
Should be fun.
I am enjoying the challenge this course offers so far, and am excited for it to get a bit more challenging. Especially when we start making clones of popular apps. It will be neat to see the mechanics behind instagram and snapchat.