Skip to content
View Polenoso's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro
Block or Report

Block or report Polenoso

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

  1. BottomSheetSUI BottomSheetSUI Public

    SwiftUI package to present a Bottom Sheet interactable view with the desired Detents. Also known as Half sheet.

    Swift 8

  2. A View Modifier for a Paged Index Vi... A View Modifier for a Paged Index View like, using ScrollToTargetBehavior
    1
    //
    2
    //  PagedIndexViewModifier.swift
    3
    //
    4
    //  Copyright© 2023 ApiumHub
    5
    //
  3. Lottie Cache Medium Post Lottie Cache Medium Post
    1
    import UIKit
    2
    import Lottie
    3
    
    
    4
    final class AnimationContainerView: UIView {
    5
        // MARK: - Initializers
  4. Lottie Cache Medium Post Lottie Cache Medium Post
    1
      //////////// AnimationPublic.swift
    2
      static func loadedFrom(url: URL,
    3
                                    closure: @escaping Animation.DownloadClosure,
    4
                                    animationCache: AnimationCacheProvider?) {
    5
        
  5. Lottie Cache Medium Post Lottie Cache Medium Post
    1
    import Lottie // We need it because of the Animation Model
    2
    
    
    3
    protocol LottieFileProviding: AnyObject {
    4
        func animation(forKey: String) -> Animation?
    5
        func setAnimationData(_ data: Data, forKey: String)
  6. compose-multiplatform-tutorial compose-multiplatform-tutorial Public

    Kotlin 1 1