Skip to content

Отсутствует возврат ошибки при ее появлении #2

@exxbrain

Description

@exxbrain

Вместо


@protocol YandexGeocoderDelegate
...
- (void)yandexGeocoderRequestFailedWithError;
@end

Написал бы


@protocol YandexGeocoderDelegate
...
- (void)yandexGeocoderRequestFailedWithError:(NSError *)error;
@end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions