Skip to content

Instantly share code, notes, and snippets.

View mezhevikin's full-sized avatar
:octocat:

Mezhevikin Alexey mezhevikin

:octocat:
View GitHub Profile
// PublishedAppStorage.swift
import Combine
import SwiftUI
@propertyWrapper
struct PublishedAppStorage<Value> {
@UserDefault private var storedValue: Value
private var publisher: Publisher?
@mezhevikin
mezhevikin / MonthViewController.swift
Created April 24, 2023 13:36 — forked from mrtapac/MonthViewController.swift
UICollectionViewCompositionalLayout month calendar example
//
// MonthViewController.swift
// Calendar
//
// Created by Alexander T on 22.04.2023.
//
import UIKit
// MARK: - View Controller