Skip to content
View TheCodedSelf's full-sized avatar

Organizations

@SwiftTakeover
Block or Report

Block or report TheCodedSelf

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

    YAWA — Yet Another Weather App

    Swift

  2. SwiftCron SwiftCron Public

    Forked from angrymango/CronExpression

    Swift Cron Expression Parser

    Swift 29 20

  3. Hush-Time Hush-Time Public

    Turn off distracting apps for a block of focused time.

    Swift 6 1

  4. app-review-digest app-review-digest Public

    App review "digest" creator

    Go

  5. RxCoreLocation RxCoreLocation Public

    RxSwift wrapper for CoreLocation

    Swift

  6. Disable Alert Controller button if A... Disable Alert Controller button if Alert Controller text field is empty or whitespace
    1
    import UIKit
    2
    
                  
    3
    // Create an alert controller
    4
    let alertController = UIAlertController(title: "Alert", message: "Please enter text", preferredStyle: .alert)
    5