vishaldeshai

Results 22 issues of vishaldeshai

Hello, I need to ask permission before open GMPicker. If i denied permission then app crash. thanks in advance.

bug

I have menu entity and i want to fetch menus list as per the MenuID listing. i am passing manu ids using 'IN' operator but it is automatically sorting but...

Hello, Can we map single object at a time. for array we can use following method : - (NSArray *)collectionFromRepresentation:(NSArray *)representation mapping:(FEMMapping *)mapping thanks in advance.

Hello, I have Core Date entity and store array of data but now i want to create array of data with the use of FastEasyMapping but dont want to store...

Hello, Why my data fault?? `[MagicalRecord saveWithBlock:^(NSManagedObjectContext * _Nonnull localContext) { arr = [FEMDeserializer collectionFromRepresentation:[dict objectForKey:@"data"] mapping:[_LeadStatusList defaultMapping] context:localContext]; } completion:^(BOOL contextDidSave, NSError * _Nullable error) { NSLog(@"%@",arr[0]); _LeadStatusList *o...

Hello, Can we save Object at first location. I would like store/insert object at first position is it possible?? thanks in advance.

Hello, i am facing crashing issue in MMPaper application. please help me to solve this issue, **\* Assertion failure in -[UICollectionView _finishInteractiveTransitionShouldFinish:finalAnimation:], /SourceCache/UIKit/UIKit-2935.137/UICollectionView.m:2691 2015-05-29 09:57:47.809 MMPaper[815:60b] **\* Terminating app due...

Can we add ARSLineProgress inside tableviewcell? thanks in advance.

Hello, Is there any way to set minimum and maximum date?? thanks in advance.

Hello, Can we load GIF from server URL? Thanks in advance. Vishal