10000 Update UIKit.swift · Matejkob/pointfreeco@361f4e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit

Permalink
Update UIKit.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored Jun 7, 2024
1 parent 790b0c8 commit 361f4e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Transcripts/Collections/UIKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ extension Episode.Collection {
public static let uiKit = Self(
blurb: #"""
SwiftUI may be all the rage these days, but that doesn't mean you won't occassionally need
to dip your toes into the UIKit waters. Whether it be due to access some functionality not
to dip your toes into the UIKit waters. Whether it be to access some functionality not
yet available in SwiftUI, or for performance reasons (`UICollectionView` 😍), you will
eventually find yourself subclassing `UIViewController`, and then the question becomes:
what is the most modern way to do this?
Expand Down

0 comments on commit 361f4e3

Please sign in to comment.
0