Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 559 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 559 Bytes

How to use?

You need to have installed CocoaPods.

Run pod install on root directory and open restaurant-ios.xcworkspace in XCode.

About

This project has a basic structure for an iOS application.

NetworkManager.swift is now ready to return Sample API data.

In SupportFiles there are GenericCell.swift, it is a subtitle type cell, you can use the method setImage(url:) to add images them.

You can take a look at Extensions.swift to see how you can format numbers in currency format.