Thanks to visit codestin.com
Credit goes to github.com

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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 18 7

  2. TouchIndicators TouchIndicators Public

    Show touch indicators in your app!

    Swift 4 1

  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