[Spaces] Space menu #4494

- Implemented Leave feature
- UI & code tweaks
This commit is contained in:
Gil Eluard
2021-07-23 11:00:16 +02:00
parent 24ffc03544
commit 33118db481
10 changed files with 193 additions and 27 deletions
@@ -42,7 +42,7 @@ class SpaceMenuListViewCell: UITableViewCell, Themable, NibReusable {
override func setSelected(_ selected: Bool, animated: Bool) {
super.setSelected(selected, animated: animated)
UIView.animate(withDuration: !animated ? 0.3 : 0.0) {
UIView.animate(withDuration: animated ? 0.3 : 0.0) {
self.selectionView.alpha = selected ? 1.0 : 0.0
}
}