Artistic Score Engraving — November 2022 Newsletter

Intro Dear all, Welcome to the November 2022 edition of the Artistic Score Engraving newsletter. This month has just flown away, with so many things happening. On the 16th of October, my birthday passed, so the two middle weeks of the month were stressful because of how I had to celebrate with the parts ofContinue reading “Artistic Score Engraving — November 2022 Newsletter”

Artistic Score Engraving — October 2022 Newsletter

Intro Deal all, Welcome to the October 2022 edition of the Artistic Score Engraving newsletter. It has been a turbulent month, coming back from Serbia, settling down, organising the new school year, and so much more. In short, I am nauseated by how things are going on here. You all know how we, in Italy,Continue reading “Artistic Score Engraving — October 2022 Newsletter”

Learning Swift — Day 226-7(240-1)

Some more Xcode in 20 seconds Multiple cursors: hold Option and drag to select multiple pieces of text, then write something you want in its place as now there will be multiple cursors. View Debugging : select a view and hit Cmd-Shift-D to highlight the view in the navigator. Timing test: go to the ReportContinue reading “Learning Swift — Day 226-7(240-1)”

Learning Swift — Day 224-5(238-9)

How to open a link in Safari Following this video by Sean Allen. Import SafariServices. Inside an action of a button call this function with a proper string URL. Work with DateComponents Following this video by Sean Allen. The video already contains a finished file, which I do not want to override. You can findContinue reading “Learning Swift — Day 224-5(238-9)”

Learning Swift — Day 223(237)

Finding Inner Peace Following the Swift on Sunday event by Paul Hudson, streamed live on February 3rd 2019. After watching and coding following the video I am now going through the code step by step and seeing what can be learned. So, we started from the storyboard, adding two image views, one pinned to theContinue reading “Learning Swift — Day 223(237)”