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
Windless Version: 4.1.0 Xcode Version: 10.1 Installation Method: Cocoapods
Sample Video
There are no problems with the constraints. The button click's code is as follows
click += 1 if click % 2 == 0 { self.mainTableView.windless.start() } else { self.mainTableView.windless.end() }
Here's the UITableViewDataSource
func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { return self.itemCount } func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { let cell = tableView.dequeueReusableCell(withIdentifier: randomCell.identifier, for: indexPath) return cell } func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat { return 200 }
The text was updated successfully, but these errors were encountered:
@kuyazee Sorry for the late review. I have been busy company. We'll review that error.
Sorry, something went wrong.
No branches or pull requests
Windless Version: 4.1.0
Xcode Version: 10.1
Installation Method: Cocoapods
Sample Video
There are no problems with the constraints. The button click's code is as follows
Here's the UITableViewDataSource
The text was updated successfully, but these errors were encountered: