Pinned Repositories
ios-oss
Kickstarter for iOS. Bring new ideas to life, anywhere.
ios
The Official Smile ID iOS SDK
concurrency
To better understand Swift’s concurrency tools, let’s first look to the past, starting with threads.
Exploration
SwiftUI Exploration, Tutorial Source Code and some Major App Development Feature Implementation
FacebookNewsFeed
Facebook News Feed with Swift 3 in Storyboard
MyInstagramFirebase
My Version of Instagram Firebase Course from Brian Voong - https://www.letsbuildthatapp.com/course/Instagram-Firebase
tobitech's Repositories
tobitech/Exploration
SwiftUI Exploration, Tutorial Source Code and some Major App Development Feature Implementation
tobitech/FaceCamp
Face detection and Facial Landmarks detection with Vision Framework and drawing lasers with CoreGraphics
tobitech/PullToRefresh
Demonstration of the new refreshable modifer in SwiftUI
tobitech/StructuringRecognizedTextOnADocument
Detect, recognize, and structure text on a business card or receipt using Vision and VisionKit.
tobitech/concurrency
To better understand Swift’s concurrency tools, let’s first look to the past, starting with threads.
tobitech/AnalyzingImageSimilarityWithFeaturePrint
Generate a feature print to compute distance between images.
tobitech/Assessment
Assessment for Spark Africa Interview
tobitech/ClocksExploration
An exploration of the new Clock protocol in Swift
tobitech/ConciseForms
Forms and settings screens in applications display lots of editable data at once, but due to how the Composable Architecture is designed this can lead to some boilerplate. We show how to fix this deficiency and make the Composable Architecture as concise as vanilla SwiftUI applications.
tobitech/ContinuityTransition
tobitech/DetectingObjectsInStillImages
This is a VisionBasics project that shows locating and demarcating rectangles, faces, barcodes, and text in images using the Vision framework and drawing lines around them with CoreAnimation
tobitech/FunnyQuotes
A random quotes application in horizontal scroll view
tobitech/HighlightingAreasOfInterestInAnImageUsingSaliency
Quantify and visualize where people are likely to look in an image.
tobitech/LaEvents
StubHub Assessment
tobitech/Landmarks
tobitech/MapSearch
A sample app that demonnstrate the capabilities of SwiftUI Searchable API to search for places to be displayed on a MapView.
tobitech/netlify-drop-demo-site-master
netlify-drop-demo-site-master
tobitech/PrimeTime
Sample project to demonstrate the concepts of composable architecture by pointfree.co
tobitech/ReliableAsyncTests
tobitech/SampleComponents
Some sample user interface components
tobitech/SimpleWeatherApp
Let’s take a moment to properly define what a dependency is and understand why they add so much complexity to our code. We will begin building a moderately complex application with three dependencies, and see how it complicates development, and what we can do about it.
tobitech/SortingAlgorithmsVisualization
tobitech/Standups
tobitech/swiftui-animation
tobitech/swiftui-navigation-stacks
tobitech/SwiftUINavigation
Navigation is a really, really complex topic, and it’s going to take us many episodes go deep into it. We will show at its heart, navigation is really a domain modeling problem, which means we need to discover tools that allow us to transform one domain into another. Once this is accomplished we will see that many seemingly disparate forms of navigation can be unified in a really amazing way.
tobitech/TCAContacts
Contacts app to demonstrate TCA Navigation tools
tobitech/TCACounter
tobitech/Todos
A Todo application using the Composable Architecture by Pointfree.co
tobitech/twitter_face_swap
Chrome extension to swap images containing a particular face on Twitter.