Skip to content

Instantly share code, notes, and snippets.

View halilyuce's full-sized avatar
🏠
Working from home

Halil YÜCE halilyuce

🏠
Working from home
View GitHub Profile
@halilyuce
halilyuce / Select.swift
Created July 22, 2020 14:02
SwiftUI Checkbox
import SwiftUI
struct Platform: Codable {
var id: Int
var name: String?
var logo: String?
var color: String?
var created_at: String?
var updated_at: String?
}
@halilyuce
halilyuce / LoginView.swift
Created November 16, 2020 18:40
SwiftUI Cool Login Design
//
// LoginView.swift
// InstaSwap
//
// Created by Halil Yuce on 15.11.2020.
//
import SwiftUI
struct LoginView: View {
@halilyuce
halilyuce / LottieView.swift
Created November 16, 2020 18:42
SwiftUI Lottie Animation View
//
// LottieView.swift
// InstaSwap
//
// Created by Halil Yuce on 15.11.2020.
//
import SwiftUI
import Lottie