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)”

Beginner Auto Layout & Constraints

studying the video by Sean Allen Learning Swift — Day 221(235) Download the starter project linked in the description and create a new project. Go to ViewController.swift, declare and instantiate a new UIImageView() then, in viewDidLoad() call the yet unwritten setBackground() method and start creating it below. Inside it call view.addSubview() passing our image viewContinue reading “Beginner Auto Layout & Constraints”