diff --git a/0281-modern-uikit-pt1/README.md b/0281-modern-uikit-pt1/README.md new file mode 100644 index 00000000..70f66fa3 --- /dev/null +++ b/0281-modern-uikit-pt1/README.md @@ -0,0 +1,7 @@ +## [Point-Free](https://www.pointfree.co) + +> #### This directory contains code from Point-Free Episode: [Modern UIKit: Sneak Peek, Part 1](https://www.pointfree.co/episodes/ep281-modern-uikit-sneak-peek-part-1) +> +> As we approach WWDC24 and 5 years of SwiftUI, let’s talk about… UIKit! 😜 We love SwiftUI, but there will still be times you must drop down to UIKit, and so we want to show what modern UIKit development can look like if you put in a little bit of effort to build tools that allow you to model your domains as concisely as possible. + +This week's episode is a sneak peek so there is no code sample. diff --git a/README.md b/README.md index c0740289..15523e7d 100644 --- a/README.md +++ b/README.md @@ -282,3 +282,4 @@ This repository is the home of code written on episodes of [Point-Free](https:// 1. [Shared State in Practice: SyncUps, Part 2](0278-shared-state-in-practice-pt2) 1. [Shared State in Practice: isowords, Part 1](0279-shared-state-in-practice-pt3) 1. [Shared State in Practice: isowords, Part 2](0280-shared-state-in-practice-pt4) +1. [Modern UIKit: Sneak Peek, Part 1](0281-modern-uikit-pt1)