Skip to content

Mobile Challenge Submission#60

Open
johnldeguzman wants to merge 9 commits intowvchallenges:masterfrom
johnldeguzman:master
Open

Mobile Challenge Submission#60
johnldeguzman wants to merge 9 commits intowvchallenges:masterfrom
johnldeguzman:master

Conversation

@johnldeguzman
Copy link
Copy Markdown

Couple of comments:
I made 3 different versions of this app. The networking service / Product model stayed the same.

  1. ListView - CollectionView -> This is created using the new ListView in Collectionview talked about in WWDC 2020. It also has features of a new way of dequeuing + registering cells available in new swift. This new List View is meant to take over UITableView. In order to run this, you'll need the newest Xcode Beta + Swift 5.
  2. SwiftUI -> This whole UI is created using SwiftUI. I would suggest using the newest Xcode Beta + Swift 5 as well here.
  3. TableView Classic -> This is all built using a classic tableview, any xcode will work here.

Dependencies:
Only 1 dependency is used here which is Alamofire. Use Cocoapods and do a pod install and it should work. These are all using Alamofire 5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant