오류 해결.... (2) 썸네일형 리스트형 loseButton에서 #selector(didTapClose)를 설정할 때, 클래스 자체에 액션을 추가하면 에러떠요 private let closeButton: UIButton = { let button = UIButton() button.setImage(UIImage(systemName: "xmark.circle.fill"), for: .normal) button.tintColor = .white button.addTarget(FullScreenImageViewController.self, action: #selector(didTapClose), for: .touchUpInside) return button }() 에러의 원인은 closeButton에서 #selector(didTapClose)를 설정할 때, 클래스 자체에 액션을 추가하려고 한 점 .. Sandbox: rsync.samba 오류.. 뭔지도 모르지만.. 이거 좀 찾아보니까 info 에 들어가서 해결하면 됨 이전 1 다음