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

ДНК #255

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

ДНК #255

wants to merge 4 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Nov 6, 2012

FINAL

FINAL
@implementation Cell
// метод инициализации ////////////////////////////////////////////////////////////
-(id) init{
self = [super init];
Copy link

Choose a reason for hiding this comment

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

взгляните в пример лекции повнимательнее, if (self) там присутствует не просто так.

Copy link
Author

Choose a reason for hiding this comment

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

спасибо за замечание. исправил.

khudenkon added 3 commits November 6, 2012 23:52
подправил self (добавил условие)
способ проверки действительного изменения буквы в ячейке. теперь
сначала код будет изменять значение, а уже потом проверять изменилось
ли. (цикл while изменил на цикл do while)
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

1 participant