Skip to content

Commit a042452

Browse files
Update README.md
1 parent 4746338 commit a042452

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- that allows you to design your own buttons from subviews,
1919
- in storyboard and xib right away.
2020

21+
22+
2123
## Watch video with examples
2224

2325
[▶️ Xcode Create in Storyboard/Xib](https://youtu.be/VNupvYMYPmk)
@@ -27,19 +29,22 @@
2729
[![ Xcode Create Storyboard/Xib](https://github.com/mrustaa/GifPresentations/blob/master/ButtonClickStyle/XcodeCreateXib40.png)](https://youtu.be/VNupvYMYPmk)
2830

2931

32+
3033
- [Requirements](#requirements)
3134
- [Installation](#installation)
3235
- [CocoaPods](#cocoapods)
3336
- [Swift Package Manager with Xcode 13](#swift-package-manager-with-xcode-13)
3437
- [Getting Started](#getting-started)
3538
- [Usage `ButtonClickStyleView`](#usage-buttonclickstyleview)
36-
- [Designable Attributes storyboard/xib files](#designable-attributes-storyboardxib-files)
39+
- [Designable Attributes Storyboard/Xib files](#designable-attributes-storyboardxib-files)
3740
- [Init Programmatically](#init-programmatically)
3841
- [Addition `ButtonClickStyleDesignView`](#addition-buttonclickstyledesignview)
3942
- [Author](#author)
4043
- [License](#license)
4144

4245

46+
47+
4348
## Requirements
4449

4550
- Xcode 13+
@@ -63,11 +68,12 @@ Follow [this doc](https://developer.apple.com/documentation/swift_packages/addin
6368

6469

6570

71+
6672
## Getting Started
6773

6874
### Usage `ButtonClickStyleView`
6975

70-
#### Designable Attributes storyboard/xib files
76+
#### Designable Attributes Storyboard/Xib files
7177

7278
1) Create a `UIView` that inherits from `ButtonClickStyleView`
7379

0 commit comments

Comments
 (0)