Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Drawing using Core graphics and Core animation ...

Swift India
December 14, 2019

Drawing using Core graphics and Core animation by Mridul Gupta

Swift India Bangalore meet up - Chapter #20

Swift India

December 14, 2019
Tweet

More Decks by Swift India

Other Decks in Programming

Transcript

  1. Agenda - Efficient drawing - The role of Core Graphics

    & Core Animation in drawing - Problem statement and solution
  2. What is Core Graphics? - It is an advanced, two-dimensional

    drawing engine available for iOS. - CPU It Provides - Draw graphics - Provide graphics editing capabilities in an application - Create or display bitmap images - Work with PDF documents When we talk about Core graphics then the very first thing which comes to our mind is GraphicsContext
  3. What is Core Animation? - Core Animation is a graphics

    rendering and animation infrastructure - GPU - The Layer-Based Drawing Model