- simple core graphics drawing app
- uses
UIGraphicsImageRenderer
- uses
cgContext
and it's methods:setFillColor
,setStrokeColor
,setLineWidth
,addRect
,drawPath
,addEllipse
,translateBy
,rotate
,move
,addLine
,strokePath
- uses
NSString
and it's:NSMutableParagraphStyle
,NSAttributedString.Key
,draw
method - uses current transformation matrix aka
CTM
for sophisticated drawings
This project is licensed under the MIT License.