iOS 8 : Swift, Instagram Sample

iOS 8 : Swift, Instagram Sample

Bonjour, j'ai publié il y a peu un sample d'application Swift allant récupérer les photos d'un client instagram sur github. J'en profite donc pour faire un petit article sur le blog.

Le code est vraiment très simple à comprendre. Il vous suffit de compléter le fichier de configuration et cela devrait tourner avec n'importe quel compte instagram sans problème. Les informations requises sont l'ID d'un client dont on souhaite récupérer les photos. Et un Token permettant d'y accéder. Celui-ci requiert de passer en 'Developper sur Instagram'.

Le projet Github est disponible ici :).

Get Started
  • Get the project
  • Launch it in Xcode
  • Create a new Swift file in Config named GlobalConstants.swift
  • Copy and past and uncomment the sample Sample.GlobalConstants.swift in your new file GlobalConstants.swift
  • Add your Token and Account Id
  • Go in the folder with your terminal
  • pod install(for install pod, click me)
  • open Sample-Swift_instagram.xcodeproj/
Screenshots

Enjoy :)