Skip to content
View egoryanukovich's full-sized avatar
Block or Report

Block or report egoryanukovich

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ConsciousSpendings ConsciousSpendings Public

    Swift

  2. custom ScrollView for iOS 15+16 custom ScrollView for iOS 15+16
    1
    struct CustomScrollView<Content: View>: View {
    2
      // MARK: - Private properties
    3
      private let axes: Axis.Set
    4
      private let showIndicators: Bool
    5
      private let isBouncesEnabled: Bool