Using Swift to Visualize Algorithms
Offered By: try! Swift Conference via YouTube
Course Description
Overview
Explore the visualization of algorithms using Swift in this 21-minute conference talk from try! Swift Tokyo 2018. Dive into the workings of UIBezierPath by reimplementing the algorithm interactively. Learn how to leverage Swift playgrounds for quick feedback and as a learning tool. Follow along as speaker Ben Scheirman, creator of NSScreencast, demonstrates the power of visual aids in understanding complex algorithms. Discover techniques for drawing Bezier curves, implementing boilerplate code, and working with multiple control points. Gain insights into Swift language best practices and iOS application development through this hands-on presentation.
Syllabus
Intro
Bezier Curve
boilerplate code
Xcode
Draw Bezier Parts
Draw Lines Between
Zip
Interp
Multiple Control Points
Conclusion
Taught by
try! Swift Conference
Related Courses
Optimize Your Swift Codetry! Swift Conference via YouTube Swift Concurrency in GoodNotes
try! Swift Conference via YouTube Introducing the Beeline Library - Another Approach to Routing on iOS
try! Swift Conference via YouTube Swift Expression Macros - A Practical Introduction
try! Swift Conference via YouTube Getting Started with Combine
try! Swift Conference via YouTube