@@ -54,17 +54,30 @@ class ViewController: UIViewController {
54
54
55
55
56
56
57
- TitleTextxItem ( title: " Apple app " , subtitle: " Maps " , clss: MapsViewController . self, img: imggAppleMaps) ,
58
- TitleTextxItem ( title: " Similar +Youtube.Music +Apple.Music" , subtitle: " PlayMusic " , clss: PlayMusicViewController . self, img: imggPlayMusic) ,
57
+ TitleTextxItem ( title: " + Apple.Maps " , subtitle: " 🔴 Maps" , clss: MapsViewController . self, img: imggAppleMaps) ,
58
+ TitleTextxItem ( title: " +Youtube.Music +Apple.Music " , subtitle: " 🔴 PlayMusic " , clss: PlayMusicViewController . self, img: imggPlayMusic) ,
59
59
60
60
TitleTextxItem ( title: " Multiple components in 1 screen " , subtitle: " Wallets " , clss: WalletsViewController . self, img: imgAppWallets1) ,
61
- TitleTextxItem ( subtitle: " Buy Stock " , clss: BuyStockViewController . self, img: imgAppBuyStock) ,
62
- TitleTextxItem ( subtitle: " Sport " , clss: SporViewController . self, img: imgAppSport) ,
63
- TitleTextxItem ( subtitle: " Taxi " , clss: TaxiViewController . self, img: imggTaxi) ,
64
- TitleTextxItem ( subtitle: " Map Parking " , clss: MapParkingViewController . self, img: imgAppMapParking) ,
65
-
66
- TitleTextxItem ( title: " Multiple components in 1 screen | Animation " , subtitle: " Custom Card (Notes) " , clss: CustomCardViewController . self, img: imgAppCustomCard) ,
67
- TitleTextxItem ( subtitle: " Crypto " , clss: CryptoViewController . self, img: imgAppCrypto) ,
61
+ TitleTextxItem ( title: nil , subtitle: " Buy Stock " , clss: BuyStockViewController . self, img: imgAppBuyStock) ,
62
+ TitleTextxItem ( title: nil , subtitle: " Sport " , clss: SporViewController . self, img: imgAppSport) ,
63
+ TitleTextxItem ( title: nil , subtitle: " Taxi " , clss: TaxiViewController . self, img: imggTaxi) ,
64
+ TitleTextxItem ( title: nil , subtitle: " Map Parking " , clss: MapParkingViewController . self, img: imgAppMapParking) ,
65
+
66
+ TitleTextxItem ( title: " Multiple components in 1 screen anim " , subtitle: " Custom Card (Notes) " , clss: CustomCardViewController . self, img: imgAppCustomCard) ,
67
+ TitleTextxItem ( title: nil , subtitle: " Crypto " , clss: CryptoViewController . self, img: imgAppCrypto) ,
68
+
69
+
70
+ // TitleTextxItem(title: "🔴 hard +Apple.Maps", subtitle: "Maps", clss: MapsViewController.self, img: imggAppleMaps),
71
+ // TitleTextxItem(title: "🔴 hard +Youtube.Music +Apple.Music", subtitle: "PlayMusic ", clss: PlayMusicViewController.self, img: imggPlayMusic),
72
+ //
73
+ // TitleTextxItem(title: "🟠 medium | Multiple components in 1 screen", subtitle: "Wallets", clss: WalletsViewController.self, img: imgAppWallets1),
74
+ // TitleTextxItem(title:"🟠 medium", subtitle: "Buy Stock", clss: BuyStockViewController.self, img: imgAppBuyStock),
75
+ // TitleTextxItem(title:"🟠 medium", subtitle: "Sport", clss: SporViewController.self, img: imgAppSport),
76
+ // TitleTextxItem(title:"🟠 medium", subtitle: "Taxi", clss: TaxiViewController.self, img: imggTaxi),
77
+ // TitleTextxItem(title:"🟢 easy", subtitle: "Map Parking", clss: MapParkingViewController.self, img: imgAppMapParking),
78
+ //
79
+ // TitleTextxItem(title: "🟠 medium | Multiple components in 1 screen anim", subtitle: "Custom Card (Notes)", clss: CustomCardViewController.self, img: imgAppCustomCard),
80
+ // TitleTextxItem(title:"🟢 easy", subtitle: "Crypto", clss: CryptoViewController.self, img: imgAppCrypto),
68
81
]
69
82
70
83
tableView? . set ( items: items, animated: true )
0 commit comments