Week 2 of ISYS2160 - Learn to Program Using Swift & SwiftUI for iOS Development — Online.

Adam
7 min readApr 7, 2023
Image that represent week 2 of BCSwift

Suppose you want to know what I think about the class and why I took it. Check my week one review, but for those who have already read week one let’s dive right into week 2. Also, I have changed my mind about taking the course and learning online in general; more about that further in the reading.

Challenges: First Challenge!

Image Source: Prof G. Class Material from Ch. 1.8.

As soon as we started week 2, the first real challenge was to recreate what you see above, a Namaste state image with two buttons at the bottom separated by a divider and a Text view under the System.image, and here are my results for my implementation:

Image Source: The Author.

I took the sovereignty of writing in Arabic because why not? Also, I did not particularly appreciate how the original image had the palms of the hands touching the sides of the Content View frame, so I added a .frame, as for the color I picked .orange.

--

--