Skip to content
View koingdev's full-sized avatar
🤖
Stay focus
🤖
Stay focus
  • Tokyo, Japan
Block or Report

Block or report koingdev

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

    A lite version of SNS where everyone can share their memories.

    Swift 1

  2. KDWeddingGift KDWeddingGift Public

    iOS Wedding Gift App Written in native Swift using clean MVVM + Reactive Framework + RealmDB

    Swift

  3. KDDesignPattern KDDesignPattern Public

    Design Pattern concept and code written in Swift by KoingDev

    Swift 8 2

  4. Script to automatically upload iOS A... Script to automatically upload iOS App to AppStore and TestFlight (including versioning)
    1
    <?xml version="1.0" encoding="UTF-8"?>
    2
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    3
    <plist version="1.0">
    4
    <dict>
    5
    	<key>destination</key>
  5. S.O.L.I.D Design Principe Explanatio... S.O.L.I.D Design Principe Explanation with Example by me
    1
    ## Single-responsibility Principle
    2
    
                  
    3
    A class should have only *one* responsibility.
    4
    
                  
    5
    ### Bad