Skip to content

Commit

Permalink
showNotificationOnTopOfStatusBar change in doc
Browse files Browse the repository at this point in the history
showNotificationOnTopOfStatusBar is now showOnTopOfStatusBar, just updated README
  • Loading branch information
cdmoyer committed Nov 30, 2017
1 parent 8ee1377 commit 98c16dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ self.showTextOverlay(text)
self.removeAllOverlays()

// Notification on top of the status bar
UIViewController.showNotificationOnTopOfStatusBar(annoyingNotificationView!, duration: 5)
UIViewController.showOnTopOfStatusBar(annoyingNotificationView!, duration: 5)

// Block user interaction
SwiftOverlays.showBlockingWaitOverlayWithText("This is blocking overlay!")
Expand Down

0 comments on commit 98c16dc

Please sign in to comment.