Skip to content

eryshkov/Core-Graphics-PH

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Core Graphics PH


Swift 4.2 XCode 10+ iOS iOS 12 Licence MIT

Main functionality

  • 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

License

This project is licensed under the MIT License.