Skip to content

Commit 309a25c

Browse files
committedFeb 24, 2016
fix figure URL error.
1 parent 7e14a38 commit 309a25c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ Drag files in "Classes" folder into your project.
1515
- In your storyboard, drag a Object to your navigation controller, and set its custom class to "SDENavigationControllerDelegate"
1616
- 在你的 storyboard 里,拖一个 Object 到你的 navigation controller 上面,并将这个 Object 的类设置为「SDENavigationControllerDelegate」。
1717

18-
![drag an Object and set the custom class](https://raw.githubusercontent.com/seedante/SDECollectionViewAlbumTransition/PinchPopTransition/Config1.png)
18+
![drag an Object and set the custom class](https://github.com/seedante/SDECollectionViewAlbumTransition/blob/PinchPopTransition/Figures/Config1.png)
1919

2020
- Set this object to be your navigation controller's delegate.
2121
- 将这个 Object 设置为 navigation controller 的 delegate。
2222

23-
![set the delegate](https://raw.githubusercontent.com/seedante/SDECollectionViewAlbumTransition/PinchPopTransition/Config2.png)
23+
![set the delegate](https://github.com/seedante/SDECollectionViewAlbumTransition/blob/PinchPopTransition/Figures/Config2.png)
2424

2525

2626
- At the last, add the follow codes in your UICollectionView's delegate:

0 commit comments

Comments
 (0)
Please sign in to comment.