Pinned Loading
-
Swift Dependency Injection via Prope...
Swift Dependency Injection via Property Wrapper 1//
2// Inject.swift
3//
4// Created by Iurii Iaremenko on 11.01.2020.
5//
-
UserDefaults with Property Wrapper
UserDefaults with Property Wrapper 1//
2// UserDefault.swift
3//
4// Created by Iurii Iaremenko on 24.10.2019.
5//
-
Logger.swift
Logger.swift 1//
2// Logger.swift
3//
4// Created by Iurii Iaremenko on 7/1/19.
5//
-
ConcurrentSafe view Property Wrapper
ConcurrentSafe view Property Wrapper 1//
2// ConcurrentSafe.swift
3//
4// Created by Iurii Iaremenko on 01.02.2021.
5//
-
Example of simple and lightweight se...
Example of simple and lightweight service for image caching without any 3rd party dependencies. UIKit + SwiftUI usage example 1//
2// ImageLoader.swift
3//
4// Created by Iurii Iaremenko on 05.02.2021.
5//
-
SwiftUI dismiss keyboard on sroll
SwiftUI dismiss keyboard on sroll 1#if canImport(UIKit)
2extension View {
3func dismissKeyboard() {
4UIApplication.shared.sendAction(#selector(UIResponder.resignFirstResponder), to: nil, from: nil, for: nil)
5}
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.