Pinned Loading
-
EssentialFeed
EssentialFeed PublicThis is a project created (almost) word by word as the example project on academy.essentialdeveloper.com
Swift
-
Map-Distance
Map-Distance PublicSample app for obtaining distance from one point of the map to another
Swift
-
A type-erased equatable value.
A type-erased equatable value. 1/// A type-erased equatable value.
2///
3/// The `AnyEquatable` type forwards the equality comparison to
4/// an underlying equatable value, hiding the type of the wrapped value.
5///
-
Square image clipped in the middle (...
Square image clipped in the middle (top and bottom), with UIKit and SwiftUI support 1import Combine
2import SwiftUI
34public struct SquareImageView: View {
5var uiImagePublisher: AnyPublisher<UIImage?, Never>?
-
Animated Hamburger menu
Animated Hamburger menu 1import SwiftUI
23enum HamburgerMenuViewConstants {
4static let offsetRatio: CGFloat = 0.7
5
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.