Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 757 Bytes

ARTICLES.md

File metadata and controls

13 lines (7 loc) · 757 Bytes

Articles

Article 1 - Building a simple business card

We will be building a simple business card. This one is pretty common, can be found not only in a lot of apps – but it’s a fairly common task in coding interviews.

🔗: https://mihairustiuc.com/2021/08/30/swiftui-play-time-article-1-building-a-simple-business-card/

Article 2 - Building a list of business contacts

We will be building a list of business contacts, using the business cards created in the first article. We'll be exploring two different ways of creating a list in SwiftUI, while describing some of the advantages and potential issues we might encounter along the way.

🔗: https://mihairustiuc.com/2022/10/11/swiftui-play-time-article-2-creating-a-list-of-business-contacts/