Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
metinkilicaslan authored Jul 31, 2018
1 parent 34eea6a commit eeae84a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ MKToolTip.show(view: button1, identifier: "identifier", title: "Dapibus", messag
Public interface
--------------

###Delegate
### Delegate

```swift
public protocol MKToolTipDelegate: class {
Expand All @@ -58,7 +58,7 @@ public protocol MKToolTipDelegate: class {
}
```

###Public methods
### Public methods

```swift
public class func show(item: UIBarItem, identifier: String, title: String? = nil, message: String, arrowPosition: ArrowPosition, preferences: Preferences = Preferences(), delegate: MKToolTipDelegate? = nil)
Expand Down

0 comments on commit eeae84a

Please sign in to comment.