Skip to content

Commit 72ef2cd

Browse files
Merge branch 'main' into origin
2 parents 0fbd931 + de88ca7 commit 72ef2cd

File tree

114 files changed

+3669
-1720
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+3669
-1720
lines changed

ButtonClickStyle.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'ButtonClickStyle'
11-
s.version = '1.0.5'
11+
s.version = '1.1.0'
1212
s.summary = 'This is a customizable designable button view. Inside layer you can style button, create your own subviews. Choose 9 click animation styles'
1313

1414
# This description is used to generate tags and improve search results.
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
#
2+
# Be sure to run `pod lib lint ButtonClickStyle.podspec' to ensure this is a
3+
# valid spec before submitting.
4+
#
5+
# Any lines starting with a # are optional, but their use is encouraged
6+
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
7+
#
8+
9+
Pod::Spec.new do |s|
10+
s.name = 'ButtonClickStyle'
11+
s.version = '1.0.5'
12+
s.summary = 'This is a customizable designable button view. Inside layer you can style button, create your own subviews. Choose 9 click animation styles'
13+
14+
# This description is used to generate tags and improve search results.
15+
# * Think: What does it do? Why did you write it? What is the focus?
16+
# * Try to keep it short, snappy and to the point.
17+
# * Write the description between the DESC delimiters below.
18+
# * Finally, don't worry about the indent, CocoaPods strips it!
19+
20+
s.description = <<-DESC
21+
'This is a customizable designable button view. Inside layer you can style button, create your own subviews. Choose 9 click animation styles'
22+
DESC
23+
24+
s.homepage = 'https://github.com/mrustaa/ButtonClickStyle'
25+
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
26+
s.license = { :type => 'MIT', :file => 'LICENSE' }
27+
s.author = { 'mrustaa' => 'rustamburger@gmail.com' }
28+
s.source = { :git => 'https://github.com/mrustaa/ButtonClickStyle.git', :tag => s.version.to_s }
29+
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30+
s.swift_version = "5.0"
31+
32+
# s.ios.deployment_target = '14.0'
33+
s.platform = :ios, "14.0"
34+
35+
s.source_files = 'Source/**/*.{swift}'
36+
37+
# s.resource_bundles = {
38+
# 'ButtonClickStyle' => ['ButtonClickStyle/Assets/*.png']
39+
# }
40+
41+
# s.public_header_files = 'Pod/Classes/**/*.h'
42+
# s.frameworks = 'UIKit', 'MapKit'
43+
# s.dependency 'AFNetworking', '~> 2.3'
44+
end

Example/ButtonClickStyle.xcodeproj/project.pbxproj

Lines changed: 188 additions & 84 deletions
Large diffs are not rendered by default.

Example/ButtonClickStyle.xcodeproj/xcshareddata/xcschemes/ButtonClickStyle-Example.xcscheme renamed to Example/ButtonClickStyle.xcodeproj/xcshareddata/xcschemes/ButtonClickStyle.xcscheme

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<BuildableReference
1616
BuildableIdentifier = "primary"
1717
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
18-
BuildableName = "ButtonClickStyle_Example.app"
19-
BlueprintName = "ButtonClickStyle_Example"
18+
BuildableName = "ButtonClickStyle.app"
19+
BlueprintName = "ButtonClickStyle"
2020
ReferencedContainer = "container:ButtonClickStyle.xcodeproj">
2121
</BuildableReference>
2222
</BuildActionEntry>
@@ -45,8 +45,8 @@
4545
<BuildableReference
4646
BuildableIdentifier = "primary"
4747
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
48-
BuildableName = "ButtonClickStyle_Example.app"
49-
BlueprintName = "ButtonClickStyle_Example"
48+
BuildableName = "ButtonClickStyle.app"
49+
BlueprintName = "ButtonClickStyle"
5050
ReferencedContainer = "container:ButtonClickStyle.xcodeproj">
5151
</BuildableReference>
5252
</MacroExpansion>
@@ -78,8 +78,8 @@
7878
<BuildableReference
7979
BuildableIdentifier = "primary"
8080
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
81-
BuildableName = "ButtonClickStyle_Example.app"
82-
BlueprintName = "ButtonClickStyle_Example"
81+
BuildableName = "ButtonClickStyle.app"
82+
BlueprintName = "ButtonClickStyle"
8383
ReferencedContainer = "container:ButtonClickStyle.xcodeproj">
8484
</BuildableReference>
8585
</BuildableProductRunnable>
@@ -95,8 +95,8 @@
9595
<BuildableReference
9696
BuildableIdentifier = "primary"
9797
BlueprintIdentifier = "607FACCF1AFB9204008FA782"
98-
BuildableName = "ButtonClickStyle_Example.app"
99-
BlueprintName = "ButtonClickStyle_Example"
98+
BuildableName = "ButtonClickStyle.app"
99+
BlueprintName = "ButtonClickStyle"
100100
ReferencedContainer = "container:ButtonClickStyle.xcodeproj">
101101
</BuildableReference>
102102
</BuildableProductRunnable>
Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="13771" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
3-
<device id="retina4_7" orientation="portrait">
4-
<adaptation id="fullscreen"/>
5-
</device>
2+
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="19529" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" launchScreen="YES" useTraitCollections="YES" colorMatched="YES">
3+
<device id="retina4_7" orientation="portrait" appearance="light"/>
64
<dependencies>
75
<deployment identifier="iOS"/>
8-
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="13772"/>
9-
<capability name="Constraints with non-1.0 multipliers" minToolsVersion="5.1"/>
6+
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="19519"/>
107
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
118
</dependencies>
129
<objects>
@@ -16,31 +13,35 @@
1613
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
1714
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
1815
<subviews>
19-
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text=" Copyright (c) 2015 CocoaPods. All rights reserved." textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" minimumFontSize="9" translatesAutoresizingMaskIntoConstraints="NO" id="8ie-xW-0ye">
20-
<rect key="frame" x="20" y="439" width="441" height="21"/>
21-
<fontDescription key="fontDescription" type="system" pointSize="17"/>
22-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
23-
<nil key="highlightedColor"/>
24-
</label>
2516
<label opaque="NO" clipsSubviews="YES" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" text="ButtonClickStyle" textAlignment="center" lineBreakMode="middleTruncation" baselineAdjustment="alignBaselines" minimumFontSize="18" translatesAutoresizingMaskIntoConstraints="NO" id="kId-c2-rCX">
26-
<rect key="frame" x="20" y="140" width="441" height="43"/>
17+
<rect key="frame" x="20" y="99.5" width="440" height="43"/>
2718
<fontDescription key="fontDescription" type="boldSystem" pointSize="36"/>
28-
<color key="textColor" cocoaTouchSystemColor="darkTextColor"/>
19+
<color key="textColor" systemColor="darkTextColor"/>
2920
<nil key="highlightedColor"/>
3021
</label>
22+
<imageView clipsSubviews="YES" userInteractionEnabled="NO" contentMode="scaleAspectFit" horizontalHuggingPriority="251" verticalHuggingPriority="251" image="imgLaunchStart" translatesAutoresizingMaskIntoConstraints="NO" id="OqZ-jG-Ppj">
23+
<rect key="frame" x="0.0" y="0.0" width="480" height="480"/>
24+
</imageView>
3125
</subviews>
3226
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
3327
<constraints>
34-
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/3" constant="1" id="5cJ-9S-tgC"/>
28+
<constraint firstItem="kId-c2-rCX" firstAttribute="centerY" secondItem="iN0-l3-epB" secondAttribute="bottom" multiplier="1/4" constant="1" id="5cJ-9S-tgC"/>
29+
<constraint firstItem="OqZ-jG-Ppj" firstAttribute="top" secondItem="iN0-l3-epB" secondAttribute="top" id="DL6-sE-35E"/>
3530
<constraint firstAttribute="centerX" secondItem="kId-c2-rCX" secondAttribute="centerX" id="Koa-jz-hwk"/>
36-
<constraint firstAttribute="bottom" secondItem="8ie-xW-0ye" secondAttribute="bottom" constant="20" id="Kzo-t9-V3l"/>
37-
<constraint firstItem="8ie-xW-0ye" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="MfP-vx-nX0"/>
38-
<constraint firstAttribute="centerX" secondItem="8ie-xW-0ye" secondAttribute="centerX" id="ZEH-qu-HZ9"/>
3931
<constraint firstItem="kId-c2-rCX" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" constant="20" symbolic="YES" id="fvb-Df-36g"/>
32+
<constraint firstAttribute="trailing" secondItem="OqZ-jG-Ppj" secondAttribute="trailing" id="hPZ-sV-zg2"/>
33+
<constraint firstItem="OqZ-jG-Ppj" firstAttribute="leading" secondItem="iN0-l3-epB" secondAttribute="leading" id="pUd-Q5-1bt"/>
34+
<constraint firstAttribute="bottom" secondItem="OqZ-jG-Ppj" secondAttribute="bottom" id="woR-Va-Xe3"/>
4035
</constraints>
4136
<nil key="simulatedStatusBarMetrics"/>
4237
<freeformSimulatedSizeMetrics key="simulatedDestinationMetrics"/>
43-
<point key="canvasLocation" x="548" y="455"/>
38+
<point key="canvasLocation" x="547.20000000000005" y="454.27286356821594"/>
4439
</view>
4540
</objects>
41+
<resources>
42+
<image name="imgLaunchStart" width="775" height="334"/>
43+
<systemColor name="darkTextColor">
44+
<color white="0.0" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
45+
</systemColor>
46+
</resources>
4647
</document>

0 commit comments

Comments
 (0)