antiraum / THPinViewController

iOS 7 Style PIN Screen for iPhone and iPad
MIT License
460 stars 103 forks source link

Add a squareButtons property to THPinViewController to make buttons squa... #20

Open ilTofa opened 9 years ago

ilTofa commented 9 years ago

...re. Tentatively fixes #19 This pull request simply add the ability to make the buttons square so that in case the user get a rejection an UI can be easily made that definitely is not "confusingly similar to an existing Apple interface". It should not impact any existing installation, if you don't set .squareButtons to YES in THPinViewController the execution flow don't change.