Use KVO to automatically respond correctly to changes in the extensionView size#124
Use KVO to automatically respond correctly to changes in the extensionView size#124evands wants to merge 4 commits intotelly:masterfrom
Conversation
|
Thanks for the PR! I am working on some more examples in the demo, especially refresh and hopefully one where the extension view frame changes to demonstrate this. Once I create the example, I'd also want to explore subclassing |
…zing-extension-view
…iew can be shown by virtue of excess space available in the scrollview relative to its content view. However, it breaks at edge cases, including if the content is just a bit more than threshold and then the user scrolls down further via the elastic scrollview... the logic suddenly thinks enough space is available and leads to the extension expanding. Just disabling the logic for now.
|
Just a note that this remains an issue. I recently moved to using your newly refactored version (1.1.0) to get the corrections for a couple bugs and verified it remains. It'd be great to get this merged; in the meantime, I'm manually updating |
|
Is this supposed to work now? I'm trying to change my extension frame size and nothing is happening |
|
I revisited this a month or so ago and it remained nonworking. |
Observe the frame of our extensionView and update automatically if it changes.