Skip to content

Commit

Permalink
Add comment out
Browse files Browse the repository at this point in the history
  • Loading branch information
horitaku46 committed Mar 12, 2018
1 parent 343c38a commit 0bef9eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SilentScrolly/SilentScrollable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public extension SilentScrollable where Self: UIViewController {
silentScrolly?.showScrollIndicatorInsetsTop = scrollView.scrollIndicatorInsets.top
silentScrolly?.hideScrollIndicatorInsetsTop = scrollView.scrollIndicatorInsets.top - totalHeight

// FIXME: Because the following adjusts it to the setting that I showed with a example
if let bottomView = followBottomView {
let eitherSafeAreaInsetsBottom = bottomView is UITabBar ? 0 : safeAreaInsetsBottom
let bottomViewHeight = bottomView.bounds.height + eitherSafeAreaInsetsBottom
Expand Down

0 comments on commit 0bef9eb

Please sign in to comment.