You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Swift capitalized words are avoided (e.g. Url instead of URL). The new Combine API follows these guidelines (e.g. Urn), but the imported Network Objective-C API does not (URN).
We should maybe fix these issues by defining Swift aliases for imported Objective-C APIs.
The text was updated successfully, but these errors were encountered:
In Swift capitalized words are avoided (e.g. Url instead of URL). The new Combine API follows these guidelines (e.g. Urn), but the imported Network Objective-C API does not (URN).
We should maybe fix these issues by defining Swift aliases for imported Objective-C APIs.
The text was updated successfully, but these errors were encountered: