systemBackground 를 해줘야 다크모드에 대응가능
private func setupView() -> Void{ self.view.backgroundColor = UIColor.systemBackground self.view.addSubview(toggleButton) }