Issue the title overlap with older text in iPhone 6s
Hi Team,
In iPhone 6s I found this issue the title of selected list is write over on the same text without replacing the older text.
In order to understand more in detail please find the attached image
-(void)setUpDropMenu{
communityCategory.title = @"Select Category";
communityCategory.delegate = self;
communityCategory.items = @[@"Fruits", @"Veg's", @"Non Veg's", @"Others"];
communityCategory.itemsIDs = @[@"0", @"1", @"2", @"3", @"4", @"5"];
communityCategory.itemsFont = [UIFont fontWithName:@"Avenir" size:12.0];
communityCategory.DirectionDown = NO;
communityCategory.titleTextAlignment = NSTextAlignmentCenter;
}

Note: Issue is not found in iPhone SE. which worked perfectly in iPhone SE.
Yes i found same issue on iphone 6 simulator
Hi, @arishanapalli and @hadwanihardik I tried the code in iPhone 6 and 6s Simulator, and encountered no such issue. Can you please share your entire code?

I have this problem tooo. any solutions?
Hi.. @ragulm Please Provide your code so that i could check on my site. Because could not produce the same error at my side.