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”