Sushma nayak
A native iOS iPhone only app for viewing photos downloaded over a static json url. Search by title functionality is also added.
Alamofire SDWebImage
Xcode 11.1 CocoaPods
MVVM
architecture pattern is used.
Swift
- All
Models
will have its own folder calledModels
eg - - All
ViewModels
will have its own folder calledViewModel
- All
ViewControllers
will have its own folder calledViewController
The iOS project has the following configuration:
- Targets
- PhotoBrowser - App production target.
- PhotoBrowserTests - App unit testing target.
- Navigate to the project directory and run
pod install
from terminal to install cocoapods. This will generate thexcworkspace
file. - Open
PhotoBrowser.xcworkspace
. - Choose the desired destination and tap run button or Hit ⌘R