Cannot Tap Title in Custom Button
I Create custom button apple Sign up apple, error in here code:private func setupSignUpWithAppleButton() { let signUpWithAppleButton: SignInAppleButton = SignInAppleButton() signUpWithAppleButton.addTarget(self, action: #selector(didTapSignUpWithAppleButton(_:)), for: .touchUpInside) subView.addSubview(signUpWithAppleButton) signUpWithAppleButton.fillInSuperview() }This fixing code, with change...