Skip to content

Commit

Permalink
Update inline doc
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Aug 31, 2018
1 parent cf3706e commit 5f5d21f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Source/ScrollingNavigationController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ open class ScrollingNavigationController: UINavigationController, UIGestureRecog
open var followers: [NavigationBarFollower] = []

/**
An flag for update content inset.
Determines if the top content inset should be updated with the navbar's delta movement. This should be enabled when dealing with table views with floating headers.
It can however cause issues in certain configurations. If the issues arise, set this to false

Defaults to `true`
*/
open var shouldUpdateContentInset = true
Expand Down

0 comments on commit 5f5d21f

Please sign in to comment.