-
```
//
// ZipArchive.h
//
//
// Created by aish on 08-9-11.
// acsolu@gmail.com
// Copyright 2008 Inc. All rights reserved.
//
// History:
// 09-11-2008 version 1.0 release
// 10-18-2…
-
```
//
// ZipArchive.h
//
//
// Created by aish on 08-9-11.
// acsolu@gmail.com
// Copyright 2008 Inc. All rights reserved.
//
// History:
// 09-11-2008 version 1.0 release
// 10-18-2…
-
Lets say I have a JSON object like this:
```
{
success: false,
error: {code: 1, message: "Something was wrong!"},
data: nil
}
```
And I wan't to map object like this:
```
…
-
```
//
// ZipArchive.h
//
//
// Created by aish on 08-9-11.
// acsolu@gmail.com
// Copyright 2008 Inc. All rights reserved.
//
// History:
// 09-11-2008 version 1.0 release
// 10-18-2…
-
```
//
// ZipArchive.h
//
//
// Created by aish on 08-9-11.
// acsolu@gmail.com
// Copyright 2008 Inc. All rights reserved.
//
// History:
// 09-11-2008 version 1.0 release
// 10-18-2…
-
```
//
// ZipArchive.h
//
//
// Created by aish on 08-9-11.
// acsolu@gmail.com
// Copyright 2008 Inc. All rights reserved.
//
// History:
// 09-11-2008 version 1.0 release
// 10-18-2…
-
转换过程
NSDictionary *dic = @{@"rows": @[@{@"aaa": @"111",
@"bbb": @"222"},
@{@"ccc": @"333",
…
-
mac environment, simulator ios12, when I shortdown the WIFI, Reachability calback NotReachable.
then i connect to WIFI, Reachability cannot callback any more!
I set breakpoint in Reachability.m to …
-
Related post on [SO](http://stackoverflow.com/questions/39370421/typhoon-auto-inject-assembly-by-protocol)
It might be nice to have an ability for assemblies to auto-inject themselves, for example:
…
-
# command's action looks strange
you can do # command on "data" word in NSObject+ExtraData.m in XVim project.
then you will find that cursor moves just between two position. Otherwise, \* Command wo…
oit63 updated
9 years ago