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

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Pika-PikaPika-PikaPublic

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

    Swift 3

  2. KDWeddingGiftKDWeddingGiftPublic

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

    Swift

  3. KDDesignPatternKDDesignPatternPublic

    Design Pattern concept and code written in Swift by KoingDev

    Swift 9 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
    <!DOCTYPEplist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    3
    <plistversion="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