Skip to content

Instantly share code, notes, and snippets.

View Arutyun2312's full-sized avatar

Aru Enfendzhyan Arutyun2312

View GitHub Profile
@Arutyun2312
Arutyun2312 / CustomScrollView.swift
Last active October 25, 2021 23:24
Simple Scrollview created based on UIKit. Can control content offset and scroll direction. Note: to control content offset, set 'scrollOwner' to code.
//
// CustomScrollView.swift
// BearFitness
//
// Created by Arutyun Enfendzhyan on 05.10.21.
//
import SwiftUI
struct CustomScrollView: View {