LeoMobileDeveloper / LeoMobileDeveloper/Blogs
深入理解arc中有个疑问想请教
Open
Nobody has claimed this yet.
- Dominant language
- Objective-C
- Stars
- 1.6k
- Forks
- 295
- PR merge metrics
- No merged PRs in 30d
Description
关于strong和weak的理解:
NSObject * temp = [[NSObject alloc] init];
__strong NSObject * temp = [[NSObject alloc] init];
这样有什么区别呢?
arc中没有strong和weak能不能正常运行?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue names no files, tests, or entry points. Start by clarifying whether it seeks an explanation of strong and weak declarations and ARC behavior; done would be a documented answer addressing both declarations and whether ARC works without explicit ownership qualifiers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- objective-c
- Domain
- mobile-dev
- Issue type
- Documentation
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100