In order to write a flood-fill method of mine in Swift, I am trying as a first step to compile the code I found here: iOS Swift Flood fill algorithm So that I can see how it works. But I get errors.
The first one being: Value of type 'UIImage' has no member 'createARGBBitmapContext' Since I have no experience with extensions I may well be doing something wrong.
Any suggestions?