Skip to content

Commit 1f6414f

Browse files
committed
Added networking and debugging headers
1 parent 3168050 commit 1f6414f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ NSUserDefault is typically used to store small bits of data (settings, preferenc
7575

7676
First, managed object context is an instance of NSManagedObjectContext. It is the central object in the Core Data stack. It is used to create and fetch managed objects, and to manage undo and redo operations. Although it is allowed to have multiple managed object contexts, there is typically at most one managed object to represent any given record in a persistent store.
7777

78+
## Debugging
79+
7880
## Design Patterns
7981

8082
#### What is Singleton Pattern?
@@ -163,6 +165,8 @@ A stack is a region of memory where data is added or removed in a last-in-first-
163165

164166
Note: In Objective-C, all objects are always allocated on the heap, or at least should be treated as if on the heap.
165167

168+
## Networking
169+
166170
## Objective-C
167171

168172
#### What is synthesize in Objective-C?

0 commit comments

Comments
 (0)