You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know exactly what is happening but the #33 break the indicator insets for my UITableView. If I comment the line in scrollViewDidScroll in BLKFlexibleHeightBarBehaviorDefiner then the indicator insets are as expected.
My setup:
A flexibleHeightBar and a tableView are subviews of a UIViewController
I use autoLayout and all my constraints are define in code
The text was updated successfully, but these errors were encountered:
kedio
changed the title
Broken indicator insets when Bar is not a UITableView subviews
Broken indicator insets when Bar is not a UITableViewController subviews
Nov 11, 2015
kedio
changed the title
Broken indicator insets when Bar is not a UITableViewController subviews
Broken indicator insets
Nov 11, 2015
Seems I was setting constraints so my tableView would start just under the FlexibleHeightBar, but it seems it is intended as #33 that the FlexibleHeightBar must overlay the tableView and a contentInset must be set.
With this it is working as intended it even fixed some flickering I was experiencing while scrolling. The doc should just be more expressive about this fact.
I don't know exactly what is happening but the #33 break the indicator insets for my UITableView. If I comment the line in scrollViewDidScroll in BLKFlexibleHeightBarBehaviorDefiner then the indicator insets are as expected.
My setup:
A flexibleHeightBar and a tableView are subviews of a UIViewController
I use autoLayout and all my constraints are define in code
The text was updated successfully, but these errors were encountered: