Skip to content
This repository was archived by the owner on Jan 17, 2019. It is now read-only.

Notify header component of content offset change when it appears#65

Merged
JohnSundell merged 2 commits intospotify:masterfrom
JohnSundell:header-view-appear-scroll
Oct 10, 2016
Merged

Notify header component of content offset change when it appears#65
JohnSundell merged 2 commits intospotify:masterfrom
JohnSundell:header-view-appear-scroll

Conversation

@JohnSundell
Copy link
Copy Markdown
Contributor

This patch fixes a bug where header components wouldn’t be notified of a content offset change when they appear. Body & overlay components already had this intended behavior.

The fix is to merge the “component will appear” logic into a single method, to make sure that all components are treated the same in this regard.

This patch fixes a bug where header components wouldn’t be notified of a
content offset change when they appear. Body & overlay components already
had this intended behavior.

The fix is to merge the “component will appear” logic into a single method,
to make sure that all components are treated the same in this regard.
@JohnSundell
Copy link
Copy Markdown
Contributor Author

@spotify/objc-dev

Copy link
Copy Markdown
Contributor

@FranGamb FranGamb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@codecov-io
Copy link
Copy Markdown

codecov-io commented Oct 10, 2016

Current coverage is 94.27% (diff: 100%)

Merging #65 into master will increase coverage by <.01%

@@             master        #65   diff @@
==========================================
  Files            57         57          
  Lines          3860       3861     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits           3639       3640     +1   
  Misses          221        221          
  Partials          0          0          

Powered by Codecov. Last update 56aaf56...77be6e6

Copy link
Copy Markdown
Contributor

@rastersize rastersize left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕹

@JohnSundell JohnSundell merged commit fb89105 into spotify:master Oct 10, 2016
@JohnSundell JohnSundell deleted the header-view-appear-scroll branch October 10, 2016 17:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants