Skip to content
View tobitech's full-sized avatar
🌎
Changing the World
🌎
Changing the World

Block or report tobitech

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 Loading

  1. Exploration Exploration Public

    SwiftUI Exploration, Tutorial Source Code and some Major App Development Feature Implementation

    Swift 2

  2. Reactive ImageDownloader with Alamof... Reactive ImageDownloader with Alamofire + Cache
    1
    //
    2
    //  ImageDownloader.swift
    3
    //  ImageDownloader
    4
    //
    5
    //  Created by Oluwatobi Omotayo on 27/05/2020.
  3. Implement a pull down gesture on a S... Implement a pull down gesture on a ScrollView to perform an action in SwiftUI. The idea is to monitor the vertical y offset of the ScrollView.
    1
    import SwiftUI
    2
    
                  
    3
    struct OverviewView: View { 
    4
      private let threshold: CGFloat = 100.0
    5
      @State private var showModal = false
  4. concurrency concurrency Public

    To better understand Swift’s concurrency tools, let’s first look to the past, starting with threads.

    Swift

  5. kickstarter/ios-oss kickstarter/ios-oss Public

    Kickstarter for iOS. Bring new ideas to life, anywhere.

    Swift 8.5k 1.2k

  6. smileidentity/ios smileidentity/ios Public

    The Official Smile ID iOS SDK

    Swift 9 4