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.
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
Note: Issue is not found in iPhone SE. which worked perfectly in iPhone SE.