Skip to content

Commit

Permalink
Merge pull request #1 from mrustaa/origin
Browse files Browse the repository at this point in the history
Update version 1.0.3
  • Loading branch information
mrustaa authored Apr 10, 2022
2 parents 087172e + 6a0105f commit 05517b1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ButtonClickStyle.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'ButtonClickStyle'
s.version = '1.0.2'
s.version = '1.0.3'
s.summary = 'This is a customizable designable button view. Inside layer you can style button, create your own subviews. Choose 9 click animation styles'

# This description is used to generate tags and improve search results.
Expand Down
8 changes: 4 additions & 4 deletions Example/ButtonClickStyle.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -927,9 +927,9 @@
DEVELOPMENT_TEAM = Y7546NLJW9;
INFOPLIST_FILE = ButtonClickStyle/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.0.3;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = mrustaa.ContainerController;
PRODUCT_BUNDLE_IDENTIFIER = mrusta.ButtonClickStyle;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
Expand All @@ -948,9 +948,9 @@
DEVELOPMENT_TEAM = Y7546NLJW9;
INFOPLIST_FILE = ButtonClickStyle/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.0.3;
MODULE_NAME = ExampleApp;
PRODUCT_BUNDLE_IDENTIFIER = mrustaa.ContainerController;
PRODUCT_BUNDLE_IDENTIFIER = mrusta.ButtonClickStyle;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
SWIFT_SWIFT3_OBJC_INFERENCE = Default;
Expand Down
2 changes: 2 additions & 0 deletions Example/ButtonClickStyle/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<dict>
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
<string>ButtonClickStyle</string>
<key>CFBundleExecutable</key>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class ButtonListViewController: StoryboardController {
exampleView.update()
exampleView.frame = .init(x: 0, y: 60, width: UIScreen.main.bounds.size.width, height: 223)

exampleView.endAnimationCallback = { [weak self] in
exampleView.endAnimationCallback = { // [weak self] in

// main { [weak self] in
// guard let mSelf = self else { return }
Expand Down

0 comments on commit 05517b1

Please sign in to comment.