Skip to content

Commit a58d919

Browse files
committed
Update README.md
1 parent 3b18c14 commit a58d919

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Learing swift
22
Try to make something everyday with swift.
33

4-
## Day One
54
iPhone Project with swift:
65

76
* Removing Storyboard
@@ -10,21 +9,18 @@ iPhone Project with swift:
109
* Registering class with `classForCoder()`
1110
* Adding tableview delegate
1211

13-
## Day Two
1412
Trying Request
1513

1614
* URL with string
1715
* Playground cannot make request
1816
* Block
1917

20-
## Day Three
2118
Implementing [PokemonKit](https://github.com/darkcl/PokemonKit) a wrapper class of Pokeapi-v2 written in swift
2219

2320
* Writing closeure, block in swift `public func fetchBerryList(completion: (result: NSArray) -> Void, failure: (error: NSError) -> Void)`
2421
* Define dictionary `[NSLocalizedDescriptionKey: "Berry List Error"]`
2522
* Tools for mapping objects [Link](https://github.com/cemolcay/DeserializableSwiftGenerator)
26-
*
27-
## Day Four
23+
2824
Trying PromiseKit
2925

3026
* Write a promise
@@ -44,7 +40,6 @@ public func fetchBerryList() -> Promise<[PKMBaseObject]>{
4440
};
4541
}
4642
```
47-
## Day 5
4843

4944
* Writing test case with swift
5045
* Testing asnc calls
@@ -66,8 +61,6 @@ self.waitForExpectationsWithTimeout(30) { (err) -> Void in
6661
}
6762
```
6863

69-
## Day 6
70-
7164
* Fixing missing closure for AnyPromise
7265

7366
```swift

0 commit comments

Comments
 (0)