Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

FINAL #89

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

FINAL #89

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 2, 2012

No description provided.

Sergey Pershenkov added 2 commits November 1, 2012 14:45
01
01
{
@autoreleasepool
{
Cell *c1 = [Cell new];

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Вместо [Cell new] лучше использовать [[Cell alloc] init]. Пруф: http://stackoverflow.com/questions/719877/use-of-alloc-init-instead-of-new-objective-c

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Надо же, буду знать

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants