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

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

@royalcheese71

Description

@royalcheese71

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions