Open vivek1608 opened 7 years ago
IT CRASS ON line -- [_bgView addSubview:_menuTable]; in ios 11
Replace the following line: - [_bgView addSubview:_menuTable];
- [_bgView addSubview:_menuTable];
With:
//crash fixed iOS11 - [_bgView addSubview:_menuTable]; [[(UIVisualEffectView *)_bgView contentView] addSubview:_menuTable];
IT CRASS ON line -- [_bgView addSubview:_menuTable]; in ios 11