Skip to content
View AlexChekel1337's full-sized avatar

Block or report AlexChekel1337

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

    A small Swift Package aiming to recreate volume and track sliders found in Apple Music

    Swift 12 3

  2. TouchIndicators TouchIndicators Public

    Show touch indicators in your app!

    Swift 4

  3. A view that combines shadow, corner ... A view that combines shadow, corner radius, and translucent background into one view
    1
    class ShadowCutoutView: UIView {
    2
        var contentView: UIView? {
    3
            didSet {
    4
                oldValue?.removeFromSuperview()
    5