Swiftly find minimum from the custom array of objects
Dec 30, 2020
Let say you have a product which contains bunch of variants and you want to show the starting price of each product in your app. Let say the product and variant model looks like this:
Next, create an extension for the product class and define a function like this:
You can call this function from the instance of your product. That’s it :)