uicollectionview - iOS CollectionView without cellForItemAtIndexPath -
I have a question, can I use the collection view cellForItemAtIndexPath and
numberOfItemsInSection , then It can not drag different controllers to Ctrl + Right click
If come UICollectionView You must implement Detasrs protocol and must use these methods. You should implement the didSelectItemAtIndexPath method and then a within this method to do "redirect" to a new ViewController Trigger performSegueWithIdentifier .
Comments
Post a Comment