Skip to content

Commit

Permalink
Merge branch 'master' of github.com:kiroskirin/ATGMediaBrowser
Browse files Browse the repository at this point in the history
  • Loading branch information
kiroskirin committed Sep 11, 2019
2 parents 83eed65 + 08b074b commit 7ccf136
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 @@ -163,10 +163,10 @@ mediaBrowser.shouldShowPageControl = false
```
##### Show title

Default is true. You can hide title using the following code;
Default is false. You can show title using the following code;

```
mediaBrowser.shouldShowTitle = false
mediaBrowser.shouldShowTitle = true
```
##### Hiding controls

Expand Down Expand Up @@ -195,7 +195,7 @@ If you do not add any constraints to the button, media browser will automaticall

### Customizing title

Normally you can set `title` of `mediaBrowser`. You also can customize display title using delegate `func mediaBrowser(_ mediaBrowser: ATGMediaBrowser.MediaBrowserViewController, didChangeFocusTo index: Int)` to display change of item index.
Normally you can set `title` of `mediaBrowser`. You also can customize display title using delegate `func mediaBrowser(_ mediaBrowser: ATGMediaBrowser.MediaBrowserViewController, didChangeFocusTo index: Int)` to display appropriate title for the changed item index.

#### Dismissing the media browser into target frame

Expand Down

0 comments on commit 7ccf136

Please sign in to comment.