dinhcuong1989
Results
2
comments of
dinhcuong1989
Please help me more detail with this function. I want to change default text, and maximum number of picture = 1 example: default text = Select Picture and when user...
i tried to get different Data for uicollectionView but it didn't work. in TableView tableViewCell.setCollectionViewDataSourceDelegate(self, forRow: indexPath.section) in CollectionView if (indexPath.section == 0) { cell.titleItem.text = self.songName[indexPath.row] } ``` if...