Reza Abedi
Results
2
comments of
Reza Abedi
this happen when one of your library jar file is not correct
func tableView(_ tableView: YNTableView, expandCellWithHeightAt indexPath: IndexPath) -> YNTableViewCell? { let ynSliderCell = YNTableViewCell() var cell = tableView.dequeueReusableCell(withIdentifier: YNSliderCell.ID) as! YNSliderCell cell.lblPrice.text = "price" ynSliderCell.cell = cell ynSliderCell.height = 142...