Skip to content

Instantly share code, notes, and snippets.

View ArtCC's full-sized avatar
🧑‍💻
Developing software and games! 🙃

Arturo Carretero Calvo ArtCC

🧑‍💻
Developing software and games! 🙃
View GitHub Profile
@mecid
mecid / PagerView.swift
Last active August 15, 2024 06:38
PagerView in SwiftUI
//
// PagerView.swift
//
// Created by Majid Jabrayilov on 12/5/19.
// Copyright © 2019 Majid Jabrayilov. All rights reserved.
//
import SwiftUI
struct PagerView<Content: View>: View {
let pageCount: Int