Sudhakar Dasari

Results 7 comments of Sudhakar Dasari

In `MultiSelecetionViewController` replace this /// Calculate the nav bar height if present ` var navBarHeight:CGFloat { get{ var statusBarHeight:CGFloat if UIDevice().userInterfaceIdiom == .phone && UIScreen.main.nativeBounds.height == 2436 { //iPhone X...

@MavEtJu replace this `[self.view addSubview:self.tableView];` with `[[(UIVisualEffectView *)self.view contentView] addSubview:self.tableView];`

simply add this on your button action. [self dismissViewControllerAnimated:NO completion:nil];

use protocol or notification.