Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

'automaticDimension' has been renamed to 'UITableViewAutomaticDimension' #182

Open
royalcheese71 opened this issue Jan 15, 2019 · 1 comment

Comments

@royalcheese71
Copy link

royalcheese71 commented Jan 15, 2019

Hi there,

I'm here to report a matter :

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 !

@fluidvm
Copy link

fluidvm commented May 21, 2020

The renaming happened the opposite way! Try commenting out the pod, install, then uncomment, install again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants