Skip to content

Commit

Permalink
Update README documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
BalestraPatrick committed May 10, 2019
1 parent d95e9b7 commit 5dc11fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ If you're using `WhatsNew` in your app, please let me know and I will make sure
There are a bunch of customizable properties with corresponding documentation.

```swift
/// This method allows marking the current version as presented. This is useful in case you want to avoid showing WhatsNew to first-time users for example.
public static func markCurrentVersionAsPresented()

/// Defines when to present the What's New view controller. Check the `PresentationOption` enum for more details.
public var presentationOption: PresentationOption = .always

/// Call this method to mark the current version as presented. This is useful in case you want to avoid showing WhatsNew to first-time users of the app for example.
public static func markCurrentVersionAsPresented()

/// Closure invoked when the user dismisses the view controller.
public var onDismissal: (() -> Void)?

Expand Down

0 comments on commit 5dc11fc

Please sign in to comment.