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
Hi,
my problem is, that the tableview does not show the empty view. In the UI debugger i got the following information:
"height and vertical position are ambiguous for UIView"
This info is for the UIView of the EmptyKit.EmptyView.
In a another TableView everything works as expected.
The text was updated successfully, but these errors were encountered:
me too,But I found the reason
public func imageForEmpty(in view: UIView) -> UIImage? {
return UIImage(named: imgStr) }
If the object returned is nil,Will happen;
Sorry, something went wrong.
Please show me the main code @lumo2707
No branches or pull requests
Hi,
my problem is, that the tableview does not show the empty view.
In the UI debugger i got the following information:
"height and vertical position are ambiguous for UIView"
This info is for the UIView of the EmptyKit.EmptyView.
In a another TableView everything works as expected.
The text was updated successfully, but these errors were encountered: