Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@

.DS_Store

YRDropdownExample.xcodeproj/project.xcworkspace/xcuserdata/quadrani.xcuserdatad/UserInterfaceState.xcuserstate

YRDropdownExample.xcodeproj/xcuserdata/quadrani.xcuserdatad/xcschemes/YRDropdownExample.xcscheme

YRDropdownExample.xcodeproj/xcuserdata/quadrani.xcuserdatad/xcschemes/xcschememanagement.plist
28 changes: 10 additions & 18 deletions YRDropdownExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
objects = {

/* Begin PBXBuildFile section */
01B3592615165DCA001F266C /* YRDropdownView.m in Sources */ = {isa = PBXBuildFile; fileRef = 01B3592315165DCA001F266C /* YRDropdownView.m */; };
2D3DC25114D73F8E00898E62 /* dropdown-alert@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2D3DC24F14D73F8E00898E62 /* dropdown-alert@2x.png */; };
2D3DC25214D73F8E00898E62 /* dropdown-alert.png in Resources */ = {isa = PBXBuildFile; fileRef = 2D3DC25014D73F8E00898E62 /* dropdown-alert.png */; };
2D5FCB4D14D30C2C00DA334B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D5FCB4C14D30C2C00DA334B /* UIKit.framework */; };
Expand All @@ -17,12 +18,11 @@
2D5FCB5D14D30C2C00DA334B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D5FCB5C14D30C2C00DA334B /* AppDelegate.m */; };
2D5FCB6014D30C2C00DA334B /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 2D5FCB5F14D30C2C00DA334B /* ViewController.m */; };
2D5FCB6314D30C2C00DA334B /* ViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2D5FCB6114D30C2C00DA334B /* ViewController.xib */; };
2DC084D814D878460013863F /* bg-yellow.png in Resources */ = {isa = PBXBuildFile; fileRef = 2DC084D414D878460013863F /* bg-yellow.png */; };
2DC084D914D878460013863F /* bg-yellow@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 2DC084D514D878460013863F /* bg-yellow@2x.png */; };
2DC084DA14D878460013863F /* YRDropdownView.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DC084D714D878460013863F /* YRDropdownView.m */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
01B3592215165DCA001F266C /* YRDropdownView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YRDropdownView.h; sourceTree = "<group>"; };
01B3592315165DCA001F266C /* YRDropdownView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YRDropdownView.m; sourceTree = "<group>"; };
2D3DC24F14D73F8E00898E62 /* dropdown-alert@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "dropdown-alert@2x.png"; sourceTree = "<group>"; };
2D3DC25014D73F8E00898E62 /* dropdown-alert.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "dropdown-alert.png"; sourceTree = "<group>"; };
2D5FCB4814D30C2B00DA334B /* YRDropdownExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YRDropdownExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
Expand All @@ -39,10 +39,6 @@
2D5FCB5F14D30C2C00DA334B /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
2D5FCB6214D30C2C00DA334B /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/ViewController.xib; sourceTree = "<group>"; };
2D5FCB7214D321BC00DA334B /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
2DC084D414D878460013863F /* bg-yellow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "bg-yellow.png"; path = "YRDropdownView/bg-yellow.png"; sourceTree = "<group>"; };
2DC084D514D878460013863F /* bg-yellow@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "bg-yellow@2x.png"; path = "YRDropdownView/bg-yellow@2x.png"; sourceTree = "<group>"; };
2DC084D614D878460013863F /* YRDropdownView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = YRDropdownView.h; path = YRDropdownView/YRDropdownView.h; sourceTree = "<group>"; };
2DC084D714D878460013863F /* YRDropdownView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = YRDropdownView.m; path = YRDropdownView/YRDropdownView.m; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -59,16 +55,14 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
2D3DC25414D7419F00898E62 /* YRDropdownView */ = {
01B3591F15165DCA001F266C /* YRDropdownView */ = {
isa = PBXGroup;
children = (
2DC084D414D878460013863F /* bg-yellow.png */,
2DC084D514D878460013863F /* bg-yellow@2x.png */,
2DC084D614D878460013863F /* YRDropdownView.h */,
2DC084D714D878460013863F /* YRDropdownView.m */,
01B3592215165DCA001F266C /* YRDropdownView.h */,
01B3592315165DCA001F266C /* YRDropdownView.m */,
);
name = YRDropdownView;
sourceTree = "<group>";
path = YRDropdownView;
sourceTree = SOURCE_ROOT;
};
2D5FCB3D14D30C2B00DA334B = {
isa = PBXGroup;
Expand Down Expand Up @@ -104,8 +98,8 @@
2D5FCB5B14D30C2C00DA334B /* AppDelegate.h */,
2D5FCB5C14D30C2C00DA334B /* AppDelegate.m */,
2DC084D314D878180013863F /* View Controller */,
01B3591F15165DCA001F266C /* YRDropdownView */,
2D5FCB5314D30C2C00DA334B /* Supporting Files */,
2D3DC25414D7419F00898E62 /* YRDropdownView */,
2D3DC24F14D73F8E00898E62 /* dropdown-alert@2x.png */,
2D3DC25014D73F8E00898E62 /* dropdown-alert.png */,
);
Expand Down Expand Up @@ -188,8 +182,6 @@
2D5FCB6314D30C2C00DA334B /* ViewController.xib in Resources */,
2D3DC25114D73F8E00898E62 /* dropdown-alert@2x.png in Resources */,
2D3DC25214D73F8E00898E62 /* dropdown-alert.png in Resources */,
2DC084D814D878460013863F /* bg-yellow.png in Resources */,
2DC084D914D878460013863F /* bg-yellow@2x.png in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand All @@ -203,7 +195,7 @@
2D5FCB5914D30C2C00DA334B /* main.m in Sources */,
2D5FCB5D14D30C2C00DA334B /* AppDelegate.m in Sources */,
2D5FCB6014D30C2C00DA334B /* ViewController.m in Sources */,
2DC084DA14D878460013863F /* YRDropdownView.m in Sources */,
01B3592615165DCA001F266C /* YRDropdownView.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
69 changes: 0 additions & 69 deletions YRDropdownExample/YRDropdownView/YRDropdownView.h

This file was deleted.

Loading