diff --git a/UIKit/Classes/UIImage.m b/UIKit/Classes/UIImage.m index 44936b5b..1fe06d59 100644 --- a/UIKit/Classes/UIImage.m +++ b/UIKit/Classes/UIImage.m @@ -63,6 +63,7 @@ + (id)imageNamed:(NSString *)name [self _cacheImage:img forName:name]; } + return img; } diff --git a/UIKit/Resources/ remove@2x.png b/UIKit/Resources/ remove@2x.png new file mode 100644 index 00000000..b20d653d Binary files /dev/null and b/UIKit/Resources/ remove@2x.png differ diff --git a/UIKit/Resources/ reorder@2x.png b/UIKit/Resources/ reorder@2x.png new file mode 100644 index 00000000..81e06aa6 Binary files /dev/null and b/UIKit/Resources/ reorder@2x.png differ diff --git a/UIKit/UIKit.xcodeproj/project.pbxproj b/UIKit/UIKit.xcodeproj/project.pbxproj index 36575a76..3de12dfe 100644 --- a/UIKit/UIKit.xcodeproj/project.pbxproj +++ b/UIKit/UIKit.xcodeproj/project.pbxproj @@ -299,6 +299,8 @@ 8DC2EF570486A6940098B216 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7B1FEA5585E11CA2CBB /* Cocoa.framework */; }; D95A49DA1513C224001E3455 /* remove.png in Resources */ = {isa = PBXBuildFile; fileRef = D95A49D81513C224001E3455 /* remove.png */; }; D95A49DB1513C224001E3455 /* reorder.png in Resources */ = {isa = PBXBuildFile; fileRef = D95A49D91513C224001E3455 /* reorder.png */; }; + D9B3CD9015AB721A00FE20A2 /* remove@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D9B3CD8F15AB721A00FE20A2 /* remove@2x.png */; }; + D9B3CD9315AB722100FE20A2 /* reorder@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D9B3CD9215AB722100FE20A2 /* reorder@2x.png */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ @@ -599,6 +601,8 @@ 8DC2EF5B0486A6940098B216 /* UIKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = UIKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; D95A49D81513C224001E3455 /* remove.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = " remove.png"; path = "Resources/ remove.png"; sourceTree = ""; }; D95A49D91513C224001E3455 /* reorder.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = " reorder.png"; path = "Resources/ reorder.png"; sourceTree = ""; }; + D9B3CD8F15AB721A00FE20A2 /* remove@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = " remove@2x.png"; path = "Resources/ remove@2x.png"; sourceTree = ""; }; + D9B3CD9215AB722100FE20A2 /* reorder@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = " reorder@2x.png"; path = "Resources/ reorder@2x.png"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -682,7 +686,9 @@ 148DEE8D156E945800E7B8DE /* normal@2x.png */, 14CC842F11EFA8BA005988CC /* grabber.png */, D95A49D81513C224001E3455 /* remove.png */, + D9B3CD8F15AB721A00FE20A2 /* remove@2x.png */, D95A49D91513C224001E3455 /* reorder.png */, + D9B3CD9215AB722100FE20A2 /* reorder@2x.png */, 148DEE8E156E945800E7B8DE /* grabber@2x.png */, 148DEE8F156E945800E7B8DE /* background.png */, 148DEE90156E945800E7B8DE /* background@2x.png */, @@ -1220,6 +1226,8 @@ 1426A02515701598004C2C9A /* arrow-left@2x.png in Resources */, 1426A02615701598004C2C9A /* arrow-right@2x.png in Resources */, 1426A02715701598004C2C9A /* arrow-top@2x.png in Resources */, + D9B3CD9015AB721A00FE20A2 /* remove@2x.png in Resources */, + D9B3CD9315AB722100FE20A2 /* reorder@2x.png in Resources */, ); runOnlyForDeploymentPostprocessing = 0; };