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

Block or report metin-atalay

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. Chat-Application Chat-Application Public

    Swift 7 1

  2. Netflix Netflix Public

    SwiftUI Netflix Clone

    Swift 4 1

  3. Fructus Fructus Public

    Swift UI Frustos Application

    Swift 1 1

  4. Instagram Instagram Public

    Instagram Clone - Jetpack Compose

    Kotlin 2

  5. SwiftUI RTL ScrollView SwiftUI RTL ScrollView
    1
    import SwiftUI
    2
    
                  
    3
    struct ScrollViewRTL<Content: View>: View {
    4
      @ViewBuilder var content: Content
    5
      @Environment(\.layoutDirection) private var layoutDirection
  6. TicTakToe TicTakToe Public

    Tik Tak Toe Game with Kotlin

    Kotlin