UICollectionViewCell Protocol is not working correct
问题 I have a Protocol inside my CellClass which is detect the function 'editCommentInFeed'. I have create an 'editButton' inside my Cell and define the handler with 'editCommentField' which is calling per Delegate the function and over give the 2 Parameters. This 2 Parameters are important I need this Informations from the cell to detect in future actions which will be provided. For example I had tried to print something when the Button ist Pressed inside the Cell. But even this Statement is not