From 13bd93bdae60db1b8ab00e33b9ea568bb799dfa6 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 04:20:42 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30c1adc..f490e1a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ self.textField.numericFormatter = [AKNumericFormatter formatterWithMask:@"+*(*** ``` Yep, it's easy and no subclassing. -###iOS 5 Compatibility +### iOS 5 Compatibility It's working on iOS 5, but you should help it a little bit. Call `alertDeleteBackwards` method in your `UITextField` delegate's `shouldChangeCharactersInRange:replacementString:` method