Skip to content

mervecevit/Flickr-Clone

Repository files navigation

Flickr-Clone Travis CI License: MIT

Pull to Refresh

Image with Full Screen

Introduction

Clone of the Flickr Application

  • Name of the owner
  • Photo of the owner
  • Photo for the post
  • Time
  • Pull to refresh

Flickr API

let url = "https://api.flickr.com/services/rest/?api_key=\(apiKey)&format=json&nojsoncallback=1"
let parameters = [
    "method": flickr.photos.getRecent,
    "extras": "owner_name, icon_server, date_upload",
    "page": "1",
    "per_page": "20"
]

Requirements

  • Swift 4
  • Xcode 9.0+
  • Alamofire
  • AlamofireObjectMapper
  • DateToolsSwift
  • DGElasticPullToRefresh
  • ObjectMapper
  • SDWebImage
  • SimpleImageViewer
  • SnapKit

About

Simple Clone of the Flickr Application

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published