Add new 6 screens (BuyStock, CustomCard, Crypto, MapParking, Sport, Taxi)

1 BuyStock
2 CustomCard
3 Crypto
4 MapParking
5 Sport
6 Taxi
This commit is contained in:
mrustaa
2024-07-31 04:54:11 +03:00
parent 15bfb95e8a
commit 18c90f0c63
237 changed files with 14029 additions and 235 deletions
@@ -118,8 +118,7 @@ extension ExampleAddCollectionViewController: UICollectionViewDataSource {
case 4: color = .systemYellow
case 5: color = .systemOrange
default: break
}
}
cell.backgroundColor = color
cell.layer.cornerRadius = 12
return cell