Kodeco Forums

Video Tutorial: Intermediate Core Graphics: Series Introduction

Find out what's covered in our Intermediate Core Graphics video tutorial series.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/3198-intermediate-core-graphics/lessons/1

Hi there,

Iโ€™d like to make an app that puts text on top of an image, then saves it to the userโ€™s camera roll. Is that something this course would help with, or is there another course thatโ€™s more relevant?

Thanks!
Ian

FThere is one video tin the later part of the course that draws text on a CGImage context and then you can extract the image out of the context easily. However the course is still in Swift 2 syntax. Often it is easy to translate this, and Xcode itself will try and help.