Nitin Tandon

Results 5 issues of Nitin Tandon

Hi, Application is crashing only on iPhone 6 with iOS version 12.2. [_contentView addSubview:topViewController.view]; line number 871 (STPopupController) *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]:...

## Feature Request/Suggestion A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] ## Additional context Add any other context or screenshots about the...

type:Question
[Snackbar]

+(NSData*)spectrumData:(UIImage *)image size:(CGSize)size quality:(CGFloat)quality { FSPEncodeRequirement *encodeRequirement = [FSPEncodeRequirement encodeRequirementWithFormat:FSPEncodedImageFormat.jpeg mode:FSPEncodeRequirementModeLossy quality:quality]; FSPTransformations *transformations = [FSPTransformations new]; transformations.resizeRequirement = [[FSPResizeRequirement alloc] initWithMode:FSPResizeRequirementModeExactOrSmaller targetSize:size]; FSPConfiguration * configuration = [[FSPConfiguration alloc]init]; FSPEncodeOptions...

needs-details

1. on TableViewcell I am clicking a cell WCLShineButton but it refection showing on another cell WCLShineButton. 2. In ios 14.2 on the tap WCLShineButton it showing some other background...

KYDrawerController configure with only one tab of UITabController: I want to configure KYDrawerController only on First tab of UITabBarController but i am getting issue with It With Navigation and View....