Alessandro Petrolati

Results 5 comments of Alessandro Petrolati

A workaround is to comment: `- (id)initWithCollectionView:(UICollectionView *)collectionView { ... // for (UIGestureRecognizer *gestureRecognizer in _collectionView.gestureRecognizers) { // if ([gestureRecognizer isKindOfClass:[UILongPressGestureRecognizer class]]) { // [gestureRecognizer requireGestureRecognizerToFail:_longPressGestureRecognizer]; // break; // }...

Hello, do you mean iOs 10 beta? The current version of Moebius (on the store) is affected by this problem on iOs 10 but I’ve fixed and there is a...

I’ve solved (temporarily) by comment this code in the LSCollectionViewHelper.m - (id)initWithCollectionView:(UICollectionView *)collectionView { self = [super init]; if (self) { _collectionView = collectionView; [_collectionView addObserver:self forKeyPath:@"collectionViewLayout" options:0 context:&kObservingCollectionViewLayoutContext]; _scrollingEdgeInsets...

Hello, this wokaround solved the problem for me Cheers Inviato dall'iPhone di ape~ > Il giorno 06 set 2016, alle ore 04:58, qiaobiao [email protected] ha scritto: > > Hello, @alessandropetrolati...

Hello, its working for me and its a better solution, thanks. --- Alessandro Petrolati Loc. Acquaviva, 33 61043 Cagli/PU Italy www.apesoft.it http://www.apesoft.it/ [email protected] ## [email protected] mailto:[email protected] > On 20 Sep...