I couldnt resist expanding my #SwiftAppDev goal after learning to code a custom 3D shape and adding a right triangle shape to my iPad design app for widgets. So in went a custom 3D pillar where you choose 3 to 9 equal length sides for another new shape. A couple of days later than initially planned but the upgrade posted in the apple store this morning.
@dratino I am self taught. I have a coding background in other languages, all self taught. I pour thru the developer docs to find things and then figure out how to frame the syntax to match my style of coding. Sometimes I search for sample code to get a clue on which functions to investigate to do something. Mostly it is - run code and see what happens - if there are errors figure out what caused them and fix them - if the code is not doing what I want it to - change it until it does.
@millard_jmm awesome! May I ask where are you learning swift?