Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1.23 KB

README.md

File metadata and controls

30 lines (25 loc) · 1.23 KB

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.