Skip to content

Commit

Permalink
添加gif
Browse files Browse the repository at this point in the history
  • Loading branch information
stubbornness1219 committed Jun 19, 2016
1 parent dc90d7a commit 37ce9c9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
DE38869D1D164B57008C88F2 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DE38869B1D164B57008C88F2 /* Main.storyboard */; };
DE38869F1D164B57008C88F2 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = DE38869E1D164B57008C88F2 /* Assets.xcassets */; };
DE3886A21D164B57008C88F2 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = DE3886A01D164B57008C88F2 /* LaunchScreen.storyboard */; };
DEBD70331D1691EC005AC7E8 /* test.gif in Resources */ = {isa = PBXBuildFile; fileRef = DEBD70321D1691EC005AC7E8 /* test.gif */; };
FC01D23F2A81E7DE928933EC /* Pods_EasyDropDownMenuTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = FB6C6AFC8A9B8A16CAC48038 /* Pods_EasyDropDownMenuTest.framework */; };
/* End PBXBuildFile section */

Expand All @@ -26,6 +27,7 @@
DE38869E1D164B57008C88F2 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
DE3886A11D164B57008C88F2 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
DE3886A31D164B57008C88F2 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
DEBD70321D1691EC005AC7E8 /* test.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = test.gif; sourceTree = "<group>"; };
FB6C6AFC8A9B8A16CAC48038 /* Pods_EasyDropDownMenuTest.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_EasyDropDownMenuTest.framework; sourceTree = BUILT_PRODUCTS_DIR; };
FE24E1E3ADFA9BB935DC4CFC /* Pods-EasyDropDownMenuTest.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EasyDropDownMenuTest.debug.xcconfig"; path = "Pods/Target Support Files/Pods-EasyDropDownMenuTest/Pods-EasyDropDownMenuTest.debug.xcconfig"; sourceTree = "<group>"; };
/* End PBXFileReference section */
Expand Down Expand Up @@ -80,6 +82,7 @@
DE3886961D164B57008C88F2 /* EasyDropDownMenuTest */ = {
isa = PBXGroup;
children = (
DEBD70321D1691EC005AC7E8 /* test.gif */,
DE08560F1D16725C00F3ADC2 /* TestImgs.bundle */,
DE3886971D164B57008C88F2 /* AppDelegate.swift */,
DE3886991D164B57008C88F2 /* ViewController.swift */,
Expand Down Expand Up @@ -154,6 +157,7 @@
files = (
DE3886A21D164B57008C88F2 /* LaunchScreen.storyboard in Resources */,
DE38869F1D164B57008C88F2 /* Assets.xcassets in Resources */,
DEBD70331D1691EC005AC7E8 /* test.gif in Resources */,
DE38869D1D164B57008C88F2 /* Main.storyboard in Resources */,
DE0856101D16725C00F3ADC2 /* TestImgs.bundle in Resources */,
);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Add the following to your Podfile:

pod 'EasyDropDownMenu'


### ScreenShot
![image](https://github.com/stubbornnessness/EasyDropDownMenu/EasyDropDownMenuTest/EasyDropDownMenuTest/test.gif)

## Version
**V0.0.1** ---- 2016-6-19

Expand Down

0 comments on commit 37ce9c9

Please sign in to comment.