Build a Shopping App with Moltin – Ep 5 – Product Details

[ad_1]
Build a Shopping App with Moltin
Lesson 5
In this series, I’ll show you guys how to build an ecommerce shopping app leveraging Moltin!

This lesson shows you how to pass the selected product to the detail view controller and then to display the product details!

The demo we’re building will illustrate a simple shopping flow. Product browsing, product selection, adding to cart and checking out.

Related links:

Xcode project, source code and video download:

Moltin Get Products documentation:

Previous Lesson:

Warning:
It’s going to be a little challenging for those who are completely new to iPhone app development so I recommend that you watch my “How To Make An iPhone App With No Programming Experience” series of videos first. That playlist is 17 lessons long but it’ll give you the foundation and explain the terminology and object oriented programming concepts that I’m going to be using in the building of this Shopping App.

That playlist can be found on my site here:

For more tutorials on how to build iPhone apps, make sure you subscribe and visit my site where you’ll find a community of like minded learners! Learning something new is always more fun with other people!

Youtube:
Website:

CodeWithChris is dedicated to teaching beginners and non-programmers all about building iOS apps. On the site, you’ll find a ton of free resources and tutorials to aid you on your journey to learn iOS development. Many people have successfully picked up Swift, Objective-C, Xcode and app building from my course and materials!

Intro & Outro music
“Heartbreaker” by Jahzzar (


Posted

in

by

Tags:

Comments

6 responses to “Build a Shopping App with Moltin – Ep 5 – Product Details”

  1. gary miller Avatar

    Hi Bro please i am using 2017( April) version of xCode and the swift language syntax is quite different. My description is not show. Please how can i fix it?

  2. Harres Khan Avatar

    hi. Ive been following through the tutorials. i have managed to load the products into the table view. i am having trouble with getting the product description, title and price to connect with the labels once the product has been clicked on. any help?

  3. FlyteWizard Avatar

    I've written a long description for one of my products, and it seems to run off the screen. I have set line to 0, but that doesn't seem to fix anything. Is there another solution or option ?? Thanks.

  4. keewee23 Avatar

    it also works like this without if:
    let productTitle = detail["title"] as? String
    self.detailTitleLabel?.text = productTitle

    but chris version is safer

  5. Derrick Robinson Avatar

    Thanks a lot the whole series is dope and really helpful

  6. Fabian Boulegue Avatar

    Just want to drop a thanks once again chris 🙂 great series.

    Really love the you show StackViews – its a amazing tool.

    What would be great to show some people maybe, how to create the interface by "hand" so write the code and work with screen size etc beside using the interface editor 🙂 this was often really useful for me personal.

Leave a Reply

Your email address will not be published. Required fields are marked *