sreeji44

Results 5 issues of sreeji44

After dragging a cell, the func collectionView(_ collectionView: UICollectionView, didSelectItemAtIndexPath indexPath: NSIndexPath) get go to next page... At the dragging time how can we stop this .. and for first...

Using this Qbimagepickercontroller i am adding multiple photos to my project. For the first time the image picker Photo gallery is looks fine. When i add for the seconf time...

Here some code which i tried but Phasset does not have nsmutableDictionary.. plz help.. If this code is wrong please convey ``` func qb_imagePickerController(imagePickerController: QBImagePickerController!, didFinishPickingAssets assets: [AnyObject]!) { if(assets.count...

func qb_imagePickerController(imagePickerController: QBImagePickerController, didFinishPickingAssets assets: [AnyObject]) { } uisng this Function how can i add multiple images ?.. uisng Swift Please help me..