Add NetworkError and fix compilation issue for DetailsInputView
- New
NetworkError
enum allows you to see more details of any errors received from the API. - Using
DetailsInputView
in your own Storyboard file no longer results in a build error.
NetworkError
enum allows you to see more details of any errors received from the API.DetailsInputView
in your own Storyboard file no longer results in a build error.