refactor: Align menu to Android app
- Use pdf images for menu items - Add new items - Cleanup strings inside translation files Resolves: http://gitlab.steamware.net/eqn/eqn.ios/-/issues/4
This commit is contained in:
@@ -36,8 +36,10 @@ class MenuItemTableViewCell: UITableViewCell {
|
||||
guard let item = item else { return }
|
||||
|
||||
if let iconName = item.icon {
|
||||
itemIconImageView.tintColor = .darkGray
|
||||
itemIconImageView.image = UIImage(named: iconName)
|
||||
}
|
||||
itemTitleLabel.textColor = .darkGray
|
||||
itemTitleLabel.text = item.title
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user