// // ViewController.swift // PinchGesture // // Created by Leo_Jang on 27/08/2020. // Copyright © 2020 Leo_Jang. All rights reserved. // import UIKit class ViewController: UIViewController { @IBOutlet weak var lblApple: UILabel! var initialFontSize: CGFloat! // 글자 크기 override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view. let pinch = UIPinchGestureRe..