Skip to content
View shial4's full-sized avatar
⌨️
⌨️

Organizations

@microsoft
Block or Report

Block or report shial4

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. SwiftUIComponents SwiftUIComponents Public

    Collection of additional shapes, modifiers, and views for SwiftUI and compatible frameworks

    Swift 7

  2. LogSwift LogSwift Public

    Simple yet advanced swift logger

    Swift 19

  3. SpriteKit-SwiftUI-Template SpriteKit-SwiftUI-Template Public template

    SpriteKit, SwiftUI cross platform game template. AppleTV OS, iOS, MacOS.

    Swift 18 4

  4. SCountLabel SCountLabel Public

    SCountLabel is an easy to use Swift extension counter for UILabel

    Swift 14 2

  5. SwiftUI implementation based on "Amo... SwiftUI implementation based on "Among Us" movement joystick control.
    1
    import SwiftUI
    2
    
                  
    3
    struct JoystickView: View {
    4
        @State private var dragPosition: CGPoint? = nil
    5
    
                  
  6. SwiftUI Dynamic Horizontal or vertic... SwiftUI Dynamic Horizontal or vertical List - loads only visible elements. Efficiency for large collections. Dynamic item size.
    1
    import SwiftUI
    2
    import Foundation
    3
    import PlaygroundSupport
    4
    
                  
    5
    public enum Orientation {