Ennabah
Ennabah
Hi I have a `ChatLogVC` as the main VC of the app, it has a SWRevealController as a side menu. Currently, we don't cache the data of the inside of...
- Adds textFeild access methods for `CLTokenInputView` class. ``` - (BOOL)isTokenViewTextFieldFirstResponder; - (BOOL)tokenViewTextFieldCanBecomeFirstResponder; - (BOOL)tokenViewTextFieldBecomeFirstResponder; ``` - Remove `onTextFieldDidChange:` from `addToken:`. > More on this in the commit.
## Issue Description When a type defines a field that requires schema mapping, `graphql-java-codegen` generates an API and a model of the same name, which breaks model interfaces return type....