Dmitrii Zverev

Results 8 issues of Dmitrii Zverev

when I do `syncEngine?.pull` I've got: > ErrorHandler.recoverableError: Change Token Expired: the previous server change token is too old.CKError.Code: 21 How to deal with that? Thanks!

Hi, I can't figure out how to implement swipe gestures to switch between steps. is it possible?

enhancement

It was very easy to integrate with Swift: 1. Drag EXPhotoViewer.h EXPhotoViewer.m to project 2. Add EXPhotoViewer.h to header File 3. Add in "EXPhotoViewer.h" - (void) someMethod:(UIImageView_) image; 4. Add...

Something is wrong with nils Soinstead of `let number: Int? = json["number"].int ` I have to do `let number: Int? = json["number"].exists() ? json["number"].intValue : nil ` something

I found that it's somehow impossible to use FoldingCells together with view controller transitions pods such as Hero or Motion which is very sad! Somehow the Folding cell animation works...

I had some problems with DZNPhotoEditorViewControllerCropModeCircular on iPhone 6/6s/iPad: Cutting is not correct. the result is a bit different than in mask. on iPhone 5s and less - everything is...

не могу никак понять как через SDK сделать вот этот пункт: > Получение токена сообщества через API > Повторно вызовите авторизацию со scope, равным messages. Передайте id необходимых групп в...