通知センター ウィジェットには が含まれてUITableView
おり、UILabel
「UITableViewCell
ぼかし」/適用したい がありUIVibrancyEffect
ます。これが私が試したことですが、例外を引き起こしているようです:
UIVisualEffectView *effectView = [[UIVisualEffectView alloc] initWithEffect:[UIVibrancyEffect notificationCenterVibrancyEffect]];
effectView.frame = cell.longStatusLabel.bounds;
__strong UILabel *longStatus = cell.longStatusLabel;
cell.longStatusLabel = effectView;
[effectView.contentView addSubview:longStatus];
[cell addSubview:effectView];
このコードを実行すると、通知センターの拡張機能で読み込めないと表示されます。