Skip to content
View yucelokan's full-sized avatar
  • Turkcell
  • Kocaeli
Block or Report

Block or report yucelokan

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. Swiftrie Swiftrie Public

    This library provides all requirements about Trie implementation on Swift. Created on 5.03.2022.

    Swift 4

  2. SpaceXLaunches SpaceXLaunches Public

    This project has been developed to understand GraphQL and Diffable Data Source. Created on 20.06.2022.

    Swift 3

  3. An extension to access safely to ite... An extension to access safely to items in an array.
    1
    // An extension to access safely to items in an array.
    2
    // usage:
    3
    // let anArray: [Item] = [......]
    4
    // let item = anArray[safe: 5]
    5
    public extension Collection {
  4. Ordered Dictionary Ordered Dictionary
    1
    //
    2
    //  YOOrderedDictionary.swift
    3
    //  
    4
    //
    5
    //  Created by okan.yucel on 12.04.2022.
  5. A general hack to prevent Lottie ani... A general hack to prevent Lottie animations from stopping playing after pushing/popping/presenting/dismissing.
    1
    // A general hack to prevent Lottie animations from stopping playing after pushing/popping/presenting/dismissing.
    2
    // Usage: LottieFinder.setupLottieFinder()
    3
    
                  
    4
    import UIKit
    5
    import Lottie
  6. A hack that modifies the values for ... A hack that modifies the values for UIFont read-only properties ascender and descender.
    1
    // A hack that modifies the values for UIFont read-only properties ascender and descender.
    2
    // Usage: UIFont.manipulateFont()
    3
    
                  
    4
    extension UIFont {
    5