Handling multiple Xib or fixing collapse and expand button on multiple Xib file

牧云@^-^@ 提交于 2019-12-12 05:53:41

问题


Now the situation is illustrated in this image:

I have an app having multiple Xib files calling in one main Xib and its class. I have added expand and collapse view which works on particular xib expand and collapse subviews as required and reduces/Expands Height too.

This works well for one xib section when all tabs of xib files are collapsed and the second xib won't change its y-coordinates, but I'm having a white space between. I want to fix it.

Note: Every xib contains a class referring to it. The whole app won't use auto-resize.

How can I solve this?

来源:https://stackoverflow.com/questions/32155915/handling-multiple-xib-or-fixing-collapse-and-expand-button-on-multiple-xib-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!