Skip to content

Issue the title overlap with older text in iPhone 6s #5

Description

@arishanapalli

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;
}

simulator screen shot 23-may-2017 12 26 20 pm

Note: Issue is not found in iPhone SE. which worked perfectly in iPhone SE.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions