- Seoul, South Korea
Highlights
- Pro
Pinned Loading
-
IsolatedStateReactor
IsolatedStateReactor PublicA simple isolated state implementation for ReactorKit
Swift 5
-
Publisher+makeHot.swift
Publisher+makeHot.swift 1import Combine
23extension Publisher {
4func makeHot() -> AnyPublisher<Output, Failure> {
5let subject = PassthroughSubject<Void, Never>()
-
Combine+ShareWhileConnected.swift
Combine+ShareWhileConnected.swift 1import Foundation
2import Combine
34// shareWhileConnected using Combine Proof of Concept
5extension Publisher {
-
concatEager.swift
concatEager.swift 1import RxSwift
23extension ObservableType {
4public static func concatEager<S: Sequence>(_ sequence: S) -> Observable<Self.Element>
5where S.Element == Observable<Self.Element> {
-
Present UIKit based sheet as simple ...
Present UIKit based sheet as simple as SwiftUI 1import SwiftUI
23#Preview {
4struct SampleView: View {
5@State var presentsSheet = false
-
poor man's hangul fuzzy search imple...
poor man's hangul fuzzy search implementation 1import Foundation
23struct FuzzySearch {
4struct Match {
5let weight: Double
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.