Skip to content
View Galeas's full-sized avatar
🇺🇦
#standwithukraine
🇺🇦
#standwithukraine

Block or report Galeas

Report abuse

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

Report abuse

Pinned Loading

  1. CocoaPodUI CocoaPodUI Public archive

    XCode plugin that implements CocoaPods GUI.

    HTML 575 58

  2. hackintosh hackintosh Public

    6

  3. LoremIpsum LoremIpsum Public archive

    LoremIpsum — convenient, carefully designed Mac text editor for Markdown and rich text.

    Objective-C 2

  4. NowP- NowP- Public archive

    Objective-C 1 1

  5. Generic, boilerplate-reducing base c... Generic, boilerplate-reducing base classes for UIKit Diffable Data Sources
    1
    import UIKit
    2
    
                  
    3
    public protocol DiffableDatasource: AnyObject {
    4
        typealias Snapshot = NSDiffableDataSourceSnapshot<Section, Item>
    5
        typealias SnapshotProvider = () -> Snapshot