Skip to content

Commit b316a86

Browse files
committed
Adds codebeat badge
1 parent 4406637 commit b316a86

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
77
[![CocoaPods compatible](https://img.shields.io/badge/Cocoapods-compatible-4BC51D.svg?style=flat)](https://cocoapods.org/pods/Keyboard+LayoutGuide)
88
[![Build Status](https://app.bitrise.io/app/0c1de450af273bff/status.svg?token=UpT-2PFMgu6h_RMRJW7PMQ&branch=master)](https://app.bitrise.io/app/0c1de450af273bff)
9+
[![codebeat badge](https://codebeat.co/badges/8e52bcad-c73b-4d19-83b9-7af8464a288e)](https://codebeat.co/projects/github-com-freshos-keyboardlayoutguide-master)
910
[![License: MIT](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/s4cha/Stevia/blob/master/LICENSE)
1011
[![GitHub tag](https://img.shields.io/github/release/freshos/KeyboardLayoutGuide.svg)](https://github.com/freshOS/KeyboardLayoutGuide/releases)
1112

@@ -26,7 +27,7 @@ Simply constrain your views to the KeyboardLayoutGuide's top anchor the way you
2627
```swift
2728
override func viewDidLoad() {
2829
super.viewDidLoad()
29-
30+
3031
// Pin your button to the keyboard
3132
button.bottomAnchor.constraint(equalTo: view.keyboardLayoutGuide.topAnchor).isActive = true
3233
}

0 commit comments

Comments
 (0)