Dmitry

Results 5 issues of Dmitry

UITextField+NUI.m fix override_editingRectForBounds method.

Hi, i am have issue with custom UITextfield which has different textRect and editingTextRect. In UITextField+NUI.m found override_editingRectForBounds ``` javascript - (CGRect)override_editingRectForBounds:(CGRect)bounds { return [self textRectForBounds:bounds]; } ``` Seems to...

Hello. Please make delegate methods of the layout to apple style, for easy manage of multiple collection views. Delegate mehtods: - (CGSize) blockSizeForItemAtIndexPath:(NSIndexPath *)indexPath; - (UIEdgeInsets) insetsForItemAtIndexPath:(NSIndexPath *)indexPath; i am...

Added EdDSA case to support openid-configuration where EdDSA presented in "id_token_signing_alg_values_supported" field.

- added refreshExpiresIn field if present in response