KiranDhokale8118
KiranDhokale8118
Still not working ..please help
hi Whitesmith/Wstagsfield , the comment updated please check it . On Wed, Dec 18, 2019 at 5:04 PM Ricardo Pereira wrote: > @KiranDhokale8118 Currently it > doesn't work for Arabic...
*func* collectionView(*_* collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView { *if* collectionView == *self*.homeCollectionView { *guard* *let* supplementaryView = collectionView. dequeueReusableSupplementaryView( ofKind: HomeViewController.sectionHeaderElementKind, withReuseIdentifier: HomeHeaderView.cellIdentifier(), for: indexPath)...
I am not used automatic sizing of cells , all cells of same size On Tue, Jun 23, 2020 at 3:47 PM Joel Ekström wrote: > And it works fine...
Hi...how you will resolved these
##Update the Function for Add Watermark Image And Save the Video to Library## // Mark :- save a video photoLibrary func convertVideoAndSaveTophotoLibrary(videoURL: URL) { let documentsDirectory = NSSearchPathForDirectoriesInDomains(.documentDirectory, .userDomainMask, true)[0]...