Skip to content
View dsmailes's full-sized avatar
Block or Report

Block or report dsmailes

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. TinyCrayon-iOS-SDK TinyCrayon-iOS-SDK Public

    Forked from TinyCrayon/TinyCrayon-iOS-SDK

    A smart and easy-to-use image masking and cutout SDK for mobile apps.

    Swift

  2. Current Day and Month calendar style... Current Day and Month calendar style view for SwiftUI with Date() extension to retrieve the values as strings.
    1
    struct DayMonthView: View {
    2
        
    3
        @State var monthString = Date().getMonthString()
    4
        
    5
        @State var dayString = Date().getDayString()
  3. dev-labs-bg/swift-video-generator dev-labs-bg/swift-video-generator Public

    Swift 625 122