I can't use different colors or rubber in PencilKit – Ios swift
Why can't I use other pencils or colors as expected in this app? It only draws a black color. This is my code: import UIKit import PencilKit import PhotosUI class ViewController: UIViewController, PKCanvasViewDelegate, PKToolPickerObserver { @IBOutlet weak var…