Kostub Deshmukh

Results 47 comments of Kostub Deshmukh

That is by design. It was difficult for people to come out of the square root, so instead the square root key is a toggle to enter/exit square root. As...

I already have code that does auto-font adjust in the MathEditor example: https://github.com/kostub/MathEditor/blob/master/MathEditorExample/MTViewController.m#L40 But that only works as you are editing. Doing it for the MathUILabel is a bit more...

@erikchen93 That is not correct. `stringValue` is not LaTeX. The correct LaTeX version is `[MTMathListBuilder mathListToString:label.mathList]` Also unofficially (private API): `[label label].latex`

Marking as enhancement to add public API to get latex.

We had this issue as well. I believe this only happens the first time the keyboard is loaded. I think the delay is from the nib files and the resources...

I don't think you should use `closestIndexToPoint`, that seems kind of approximate. I might be better to call `previous` and `next` and then look at the kind of element that...