You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.
The upload class "FormSection" from pod install got these lines :
public var headerViewHeight: CGFloat = UITableView.automaticDimension
public var footerViewHeight: CGFloat = UITableView.automaticDimension
Which have to be replaced by
public var headerViewHeight: CGFloat = UITableViewAutomaticDimension
public var footerViewHeight: CGFloat = UITableViewAutomaticDimension
As the correction take three sec with "unlock" and replace it with the proposal, i guess that no report of this problem have been made (or I didn't seen the topic, by bad if so)
But it could be great if this could be add on the pod package =)
Have a nice day and thanks a lot !
The text was updated successfully, but these errors were encountered:
Hi there,
I'm here to report a matter :
The upload class "FormSection" from pod install got these lines :
Which have to be replaced by
As the correction take three sec with "unlock" and replace it with the proposal, i guess that no report of this problem have been made (or I didn't seen the topic, by bad if so)
But it could be great if this could be add on the pod package =)
Have a nice day and thanks a lot !
The text was updated successfully, but these errors were encountered: