Skip to content

Commit

Permalink
Adds codebeat badge
Browse files Browse the repository at this point in the history
  • Loading branch information
s4cha committed Sep 26, 2018
1 parent 4406637 commit b316a86
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![CocoaPods compatible](https://img.shields.io/badge/Cocoapods-compatible-4BC51D.svg?style=flat)](https://cocoapods.org/pods/Keyboard+LayoutGuide)
[![Build Status](https://app.bitrise.io/app/0c1de450af273bff/status.svg?token=UpT-2PFMgu6h_RMRJW7PMQ&branch=master)](https://app.bitrise.io/app/0c1de450af273bff)
[![codebeat badge](https://codebeat.co/badges/8e52bcad-c73b-4d19-83b9-7af8464a288e)](https://codebeat.co/projects/github-com-freshos-keyboardlayoutguide-master)
[![License: MIT](http://img.shields.io/badge/license-MIT-lightgrey.svg?style=flat)](https://github.com/s4cha/Stevia/blob/master/LICENSE)
[![GitHub tag](https://img.shields.io/github/release/freshos/KeyboardLayoutGuide.svg)](https://github.com/freshOS/KeyboardLayoutGuide/releases)

Expand All @@ -26,7 +27,7 @@ Simply constrain your views to the KeyboardLayoutGuide's top anchor the way you
```swift
override func viewDidLoad() {
super.viewDidLoad()

// Pin your button to the keyboard
button.bottomAnchor.constraint(equalTo: view.keyboardLayoutGuide.topAnchor).isActive = true
}
Expand Down

0 comments on commit b316a86

Please sign in to comment.