Kamran Khan

Results 5 comments of Kamran Khan

Another jerk occurs when toolbar his being hidden (slide and alpha value set to 0). I disabled the alpha value and found out that the toolbar was only being moved...

thanks. I have made changes to the code, but you can try by commenting the _toolbar.alpha value change in the animation and increasing the animation time to see the effect....

I couldn't replicate the issue with the new project, may be it was because i hid the navigation bar to use a custom one. Anyways, thanks for the wonderful work....

This is for Sqrt - Nthroot can be added in similar way ## Step 1 In file _DDOperatorInfo.m under function - (NSArray *)_buildOperators { add following code ..................... API Code...

For NthRoot ## Step 1 In file _DDOperatorInfo.m under function precedence++; ``` [operators addObject:[self infoForOperatorFunction:DDOperatorPower token:@"**" arity:DDOperatorArityBinary precedence:precedence associativity:DDOperatorAssociativityRight]]; precedence++; //xsqrty [operators addObject:[self infoForOperatorFunction:DDOperatorXSQY token:@"√" arity:DDOperatorArityBinary precedence:precedence associativity:DDOperatorAssociativityLeft]]; ``` ##...