Re: [swift-users] Core Graphics drawing a bitmap

2017-04-24 Thread Quinn "The Eskimo!" via swift-users
On 23 Apr 2017, at 06:11, Don Giovanni via swift-users wrote: > I'm trying to use Core Graphics to draw to a UIView. swift-users isn’t really the right place for questions related to Apple frameworks. You might be better off asking this in a different context, such as the Cocoa Touch topic

[swift-users] Core Graphics drawing a bitmap

2017-04-22 Thread Don Giovanni via swift-users
Hello All. I'm trying to use Core Graphics to draw to a UIView. I'm purposely avoiding using UIKit drawing methods for UIView because I'd like to go deeper into drawing: i have a button whose push down implementation in the View Controller is: let colorSpace = CGColorSpaceCreateDeviceRGB()