TimOliver / TOPasscodeViewController

A modal passcode input and validation view controller for iOS
MIT License
385 stars 96 forks source link

Application rejected by Apple. #39

Closed tapannathvani closed 4 years ago

tapannathvani commented 4 years ago

Apple rejected application because of same Lock screen design that confuse user.

So we are trying to apply titleView but its not working.

self.pinAuthentication.passcodeView.titleView = {
            let i = UIView(frame: CGRect(x: 0, y: 0, width: 100, height: 100))
            i.backgroundColor = .red
 //              //  let width = self.pinAuthentication.passcodeView.titleLabel.bounds.width
 //                let iview = UIImageView(frame: CGRect(x: 0, y: 0, width: 100, height: 100))
//                iview.image = UIImage(named:"AppIcon")
//                iview.contentMode = .scaleAspectFit
            return i
            }()

Can you please help us out to get out of this issue as we need to submit our App ASAP. We already use our custom title to create/enter/confirm PIN message

TimOliver commented 4 years ago

Closing this off in favour of keeping the conversation going in #31.