Массив доступа внутри RLMObject - PullRequest
0 голосов
/ 29 января 2020

Я новичок в Objective c, и я пытаюсь получить массив внутри RLMObject в Objective c. Любая помощь будет отличной. Вот мой RLMObject с массивом внутри.

owner:
    {
            login = Nicol-Vishan;
            _id = 58146129;
            avatar_url = https://avatars2.githubusercontent.com/u/58146129?v=4;
            repos = RLMArray<RepoDB> <0x6000015f5440> (
                [0] RepoDB {
                    repoId = 231778689;
                    name = nbfhdbsjnkjds;
                    full_Name = Nicol-Vishan/nbfhdbsjnkjds;
                    html_Url = https://github.com/Nicol-Vishan/nbfhdbsjnkjds;
                    stargazer_Count = 0;
                },
                [1] RepoDB {
                    repoId = 231845185;
                    name = Objective-c-Testing-App;
                    full_Name = Nicol-Vishan/Objective-c-Testing-App;
                    html_Url = https://github.com/Nicol-Vishan/Objective-c-Testing-App;
                    stargazer_Count = 0;
                },
                [2] RepoDB {
                    repoId = 231777226;
                    name = Testing-;
                    full_Name = Nicol-Vishan/Testing-;
                    html_Url = https://github.com/Nicol-Vishan/Testing-;
                    stargazer_Count = 0;
                }
            );
        }
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...