ChenYilong / ChenYilong/iOSInterviewQuestions

第四题

Open
#62 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Swift
Stars
9.5k
Forks
2.8k
PR merge metrics
No merged PRs in 30d

Description

如果使用者没有这样写“self.mutableArray”
按照下面的写法就不会crash。

@property (nonatomic, copy) NSMutableArray *mutableArray;

`_mutableArray = [NSMutableArray array];

```
[_mutableArray addObject:@1];`
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.