Tag Archives: iOS

My first watchOS App for Apple Watch is in the AppStore

After submitting my first app for the iPhone to the store I decided it was time to create an app for the Apple Watch. I already had the idea about the game I wanted to create for it but mostly … Continue reading

Posted in iOS, XCode | Tagged , , | Comments Off on My first watchOS App for Apple Watch is in the AppStore

Finished ‘iOS App Development with Swift’ specialization at Coursera

As I mentioned before I am working my way through Coursera’s specialization track ‘iOS App Development with Swift‘ that is given by the university of Toronto. Today I heard I accomplished the third part of the total of four. I … Continue reading

Posted in iOS, Swift | Tagged , | Comments Off on Finished ‘iOS App Development with Swift’ specialization at Coursera

My first Swift App is in the AppStore

As I have mentioned in my posts for the last months I have been busy mastering the Swift language and XCode to be able to build iOS applications. I am proud to announce that my first app has made it … Continue reading

Posted in iOS, Swift, XCode | Tagged , , | 1 Comment

Example of using extensions in Swift

Recently I needed a image in my iOS app that was oscillating. I ran into an example of Swift code that showed how to do it and it was actually quite easy to do (for the theory behind the formula … Continue reading

Posted in iOS, Swift | Tagged , | Comments Off on Example of using extensions in Swift