Skip to content

Hide Separators  #3

@chaitanya-ramji

Description

@chaitanya-ramji

Is it possible to hide separators in the alertController ? Generally in a tableView we can,

Using objective-C, we have:

[self.tableView setSeparatorStyle:UITableViewCellSeparatorStyleNone];

Using Swift we have:

self.tableView.separatorStyle = UITableViewCellSeparatorStyle.None

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