try! Swift Tokyo 2018 - Using Swift to Visualize Algorithms

Topic - Using Swift to Visualize Algorithms Speaker - Ben Scheirman Twitter - Bio - Ben Scheirman is an independent software developer from Houston, Texas. He is best known for creating NSScreencast, a site that delivers quality training videos on iOS development. Ben has been writing iOS apps since 2009, and has produced more than 300 videos teaching others to do the same. You can find Ben’s website at or follow him on Twitter @subdigital. Abstract - Visual aids can help make clear how an algorithm functions. In this talk we will examine how UIBezierPath works, by reimplementing the algorithm in an interactive way that we can see. Using Swift playgrounds, we can quickly get feedback about our implementation and use it as a learning tool.
Back to Top