Skip to content

Conversation

@Shinigamiconan
Copy link

The warning at iOS 6.0 or later.

  • array->isa = _JKArrayClass;
  • object_setClass(array,_JKArrayClass);
  • dictionary->isa = _JKDictionaryClass;
  • object_setClass(dictionary,_JKDictionaryClass);

The warning at iOS 6.0 later.

-     array->isa = _JKArrayClass;
+    object_setClass(array,_JKArrayClass);

-     dictionary->isa      = _JKDictionaryClass;
+    object_setClass(dictionary,_JKDictionaryClass);
@akinLiu
Copy link

akinLiu commented Apr 22, 2013

Same question

@streeter
Copy link

Duplicate of #139.

@streeter
Copy link

Duplicate of #121

@Shinigamiconan Shinigamiconan closed this by deleting the head repository Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants