问题描述
对某个群设置消息免打扰该如何设置,未找到相应API,求指教!
解决方案
- (void)pushSwitchChanged:(id)sender{ if (_isOwner) { BOOL toOn = _pushSwitch.isOn; [self isIgnoreGroup:!toOn]; } [self.tableView reloadData];} 这是群消息设置开关
时间: 2024-09-22 09:38:42
对某个群设置消息免打扰该如何设置,未找到相应API,求指教!
- (void)pushSwitchChanged:(id)sender{ if (_isOwner) { BOOL toOn = _pushSwitch.isOn; [self isIgnoreGroup:!toOn]; } [self.tableView reloadData];} 这是群消息设置开关