This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| struct EmptyTableViewCellModel { | |
| var icon: UIImage | |
| var descriptionText: String | |
| var secondaryText: String | |
| var actionText: String | |
| var action: (() -> ())? | |
| init(icon: UIImage = UIImage(named: "default-empty-image")!, | |
| descriptionText: String = NSLocalizedString("empty-cell-description", value: "It's kinda lonely out there", comment: "Empty table view cell description text"), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class EmptyTableViewCell: UITableViewCell { | |
| var emptyModel: EmptyTableViewCellModel? | |
| public func setContent(emptyModel: EmptyTableViewCellModel) { | |
| self.emptyModel = emptyModel | |
| } | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Stevia | |
| class OverflowLauncher: NSObject { | |
| var backgroundView: UIView? | |
| var menuView: UIView? | |
| func testAddView() { | |
| guard let window = UIApplication.shared.windows.first else { return } | |
| let backgroundView = UIView(frame: window.bounds) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mr | Marathi | |
|---|---|---|
| bs | Bosnian | |
| ee_TG | Ewe (Togo) | |
| ms | Malay | |
| kam_KE | Kamba (Kenya) | |
| mt | Maltese | |
| ha | Hausa | |
| es_HN | Spanish (Honduras) | |
| ml_IN | Malayalam (India) | |
| ro_MD | Romanian (Moldova) |