-
Notifications
You must be signed in to change notification settings - Fork 427
Update the height of the extension view after being set #20
Comments
@koenbud try to reassign the extension view, so the container can be updated. |
@Mazyod Thanks for the quick reply. What do you mean by reassigning extension view? Using setExtensionView again doesn't work because of condition condition: |
@koenbud Ah, I forgot that I changed that.. Thanks for reporting. I just did some quick research, and I think a good approach is to swizzle the Hopefully the fix will be rolled out before tomorrow. |
@Mazyod Alright sounds good! |
@koenbud Unfortunately, after implementing the view controller idea, there was a weird view glitch happening, so I moved to the manual approach, which is exposing |
I had the same problem, but I just took the same approach as you would a table view header, i.e. you remove it then re-add it, worked fine for me:
|
When I change the height of the extension view after calling setExtensionView, the contractionAmount and expandCenter of extensionController remain unchanged.
What should I do after updating the extension view frame height?
The text was updated successfully, but these errors were encountered: