diff --git a/MathEditor.podspec b/MathEditor.podspec index 6e742b4..b80a41b 100644 --- a/MathEditor.podspec +++ b/MathEditor.podspec @@ -12,7 +12,7 @@ typesetting rules. s.license = { :type => "MIT", :file => "LICENSE" } s.author = { "Kostub Deshmukh" => "kostub@gmail.com" } s.source = { :git => "https://github.com/kostub/MathEditor.git", :tag => s.version.to_s } - s.ios.deployment_target = '8.0' + s.ios.deployment_target = '9.0' s.source_files = 'mathEditor/**/*' s.private_header_files = 'mathEditor/internal/**/*.h' s.resource_bundles = { diff --git a/MathKeyboardResources/MTKeyboardTab3.xib b/MathKeyboardResources/MTKeyboardTab3.xib index ba3d5b6..bacdc7a 100644 --- a/MathKeyboardResources/MTKeyboardTab3.xib +++ b/MathKeyboardResources/MTKeyboardTab3.xib @@ -1,9 +1,10 @@ - - + + + - - + + @@ -16,119 +17,119 @@ - + + @@ -84,7 +88,7 @@ - + @@ -95,7 +99,7 @@ - + diff --git a/mathEditor/editor/MTEditableMathLabel.m b/mathEditor/editor/MTEditableMathLabel.m index 05f528f..093f157 100644 --- a/mathEditor/editor/MTEditableMathLabel.m +++ b/mathEditor/editor/MTEditableMathLabel.m @@ -362,6 +362,7 @@ - (void) insertionPointChanged - (void) setKeyboardMode { + self.keyboard.equalsAllowed = YES; self.keyboard.exponentHighlighted = NO; self.keyboard.radicalHighlighted = NO; self.keyboard.squareRootHighlighted = NO;