Skip to content

Instantly share code, notes, and snippets.

View iandreyshev's full-sized avatar
😜
Nice feature!

Ivan Andreyshev iandreyshev

😜
Nice feature!
View GitHub Profile
@iandreyshev
iandreyshev / Calc.swift
Created September 27, 2024 08:06
SwiftUI architecture example
//
// ContentView.swift
// SwiftUIArchitectureSample
//
// Created by Ivan Andreyshev on 26.09.2024.
//
import SwiftUI
// View экрана
@iandreyshev
iandreyshev / Schedule.swift
Last active October 9, 2024 12:46
Schedule list example
//
// ScrollToItem.swift
// SwiftUIArchitectureSample
//
// Created by Ivan Andreyshev on 04.10.2024.
//
import SwiftUI
struct ScheduleView: View {