Skip to content

How I can set the Options #14

@ye4ever

Description

@ye4ever

How I can set the Options?


 UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(30, 140, 150, 400)]; 
 label.text = @"option1\n\noption2\n\noption3"; 
 [label setTextColor:[UIColor whiteColor]]; 
 [label setNumberOfLines:0]; 
 [_slideMenu addSubview:label]

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