Hendrik Frahmann

Results 8 comments of Hendrik Frahmann

I will look into it at the weekend. I still have to fix some things for iOS 11 / iPhone X. ;-)

I don't understand what you mean. Can you explain your problem? ;-) Maybe the following code helps: ```swift UIView.performWithoutAnimation { // updating the layout } ```

OK, now i know what you mean. :-) But it's not so simple to fix.

To achieve the right behavior I have to create my own UICollectionView (extend) and overwrite some methods (insertItems(at indexPaths: [IndexPath])).

If you only have the problem for inserting items, with the new version you can use the **HFCardCollectionView** or copy the call of the helper method to your own class....

Hi, I will take a look at it in a few days and make this to an option.

Sorry, I don't have the time to do it right now. It's not that trivial.

Hi, I have to fix some things for iOS 11 and iPhone X. I will take look at it at the weekend.