diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 3e75db0..d3a92cb 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,5 +1,5 @@ PODS: - - NRWViewLib (0.1.13) + - NRWViewLib (0.1.14) DEPENDENCIES: - NRWViewLib (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - NRWViewLib: 7ac89b62b9833e69b92a06d949dedfaf87490b14 + NRWViewLib: 7c32fb4ad6944f7d1e03f735d4730fe4b1595df8 PODFILE CHECKSUM: 45ca30b1408e4ff160d0a2b1229c3494cf3666d2 diff --git a/Example/Pods/Local Podspecs/NRWViewLib.podspec.json b/Example/Pods/Local Podspecs/NRWViewLib.podspec.json index 174d7c8..7bc290b 100644 --- a/Example/Pods/Local Podspecs/NRWViewLib.podspec.json +++ b/Example/Pods/Local Podspecs/NRWViewLib.podspec.json @@ -1,6 +1,6 @@ { "name": "NRWViewLib", - "version": "0.1.13", + "version": "0.1.14", "summary": "Base View", "description": "Base View Lib", "homepage": "https://github.com/UknowHui/NRWViewLib", @@ -16,7 +16,7 @@ }, "source": { "git": "https://github.com/UknowHui/NRWViewLib.git", - "tag": "0.1.13" + "tag": "0.1.14" }, "source_files": "NRWViewLib/**/*.{h,m}", "resources": "NRWViewLib/NRWViewLib.bundle", diff --git a/Example/Pods/Manifest.lock b/Example/Pods/Manifest.lock index 3e75db0..d3a92cb 100644 --- a/Example/Pods/Manifest.lock +++ b/Example/Pods/Manifest.lock @@ -1,5 +1,5 @@ PODS: - - NRWViewLib (0.1.13) + - NRWViewLib (0.1.14) DEPENDENCIES: - NRWViewLib (from `../`) @@ -9,7 +9,7 @@ EXTERNAL SOURCES: :path: "../" SPEC CHECKSUMS: - NRWViewLib: 7ac89b62b9833e69b92a06d949dedfaf87490b14 + NRWViewLib: 7c32fb4ad6944f7d1e03f735d4730fe4b1595df8 PODFILE CHECKSUM: 45ca30b1408e4ff160d0a2b1229c3494cf3666d2 diff --git a/NRWViewLib.podspec b/NRWViewLib.podspec index 081559b..4ea217b 100644 --- a/NRWViewLib.podspec +++ b/NRWViewLib.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "NRWViewLib" - s.version = "0.1.13" + s.version = "0.1.14" s.summary = "Base View" s.description = "Base View Lib" s.homepage = "https://github.com/UknowHui/NRWViewLib" diff --git a/NRWViewLib/UIButton+NRWImageTitle.h b/NRWViewLib/UIButton+NRWImageTitle.h index 639f13c..4792133 100644 --- a/NRWViewLib/UIButton+NRWImageTitle.h +++ b/NRWViewLib/UIButton+NRWImageTitle.h @@ -17,7 +17,7 @@ typedef NS_ENUM(NSUInteger, NRWButtonEdgeInsetsStyle) { @interface UIButton (NRWImageTitle) -- (void)layoutButtonWithEdgeInsetsStyle:(NRWButtonEdgeInsetsStyle)style +- (void)layoutButtonWithEdgeInsets:(NRWButtonEdgeInsetsStyle)style imageTitleSpace:(CGFloat)space; + (UIButton *)layoutButtonWith:(NRWButtonEdgeInsetsStyle)style