uicollectionview - iOS CollectionView without cellForItemAtIndexPath -
I have a question, can I use the collection view If come cellForItemAtIndexPath and numberOfItemsInSection , then It can not drag different controllers to Ctrl + Right click
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