We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好作者,目前刚接手一个项目,项目还是使用MyLayout:1.6.1,通过pod install 升级到1.9.8,发现界面无法显示,因为页面牵扯到很多业务逻辑,是否有一些快捷方式知道定位到出错地方(注:1.6.1版本可以显示界面,1.9.8版无法显示,目前无报错和崩溃信息,已替换了被弃用的属性,如:xxx.wrapContentHeight = true,改成了 xxx.myHeight = MyLayoutSize.wrap,topPadding 改成 paddingTop 等)。现在有点找不到解决方法,或者希望作者给一点建议。
The text was updated successfully, but these errors were encountered:
大概知道。原因,1.6.1 - Mylayout,项目有的布局高度写到了 layoutSubView 方法中导致的。
Sorry, something went wrong.
这是无解了吗
No branches or pull requests
您好作者,目前刚接手一个项目,项目还是使用MyLayout:1.6.1,通过pod install 升级到1.9.8,发现界面无法显示,因为页面牵扯到很多业务逻辑,是否有一些快捷方式知道定位到出错地方(注:1.6.1版本可以显示界面,1.9.8版无法显示,目前无报错和崩溃信息,已替换了被弃用的属性,如:xxx.wrapContentHeight = true,改成了 xxx.myHeight = MyLayoutSize.wrap,topPadding 改成 paddingTop 等)。现在有点找不到解决方法,或者希望作者给一点建议。
The text was updated successfully, but these errors were encountered: