[ios] FlckrFeed Example App (Swift)
첨부 '2' |
---|
FlickrFeed
Flickr Feed Example
This is a sample application for learning Flickr Feed API and Swift.
Main Function
Shows Flickr's public feed images one by one. Loads this information and prints it on the list and detail page.
- An electronic album showing one image of Flickr's public feed (https://www.flickr.com/services/feeds/docs/photos_public/)
- After launching the app, press "Start" button to start slide show
- You can set the duration of the image (1 second ~ 10 seconds)
- Bring additional feeds in the background during the slide show to keep other images coming out without breaking
- Image transition effects are only fade-in, fade-out
- Works correctly on the iPad
- Written by Swift
- Xcode version: Version 8.1 (8B62)
- Deployment target> = iOS 9.0
Screenshot
Current Status
This project is a sample version and will be updated later.
License
Copyright (c) 2016, Jeong-Hoon Mo. All rights reserved.
-
[ios] Xcode에서 특정 파일만 ARC 따로 설정하는 방법
-
[ios] NavigationController 에서 왼쪽(back) 버튼 후킹하기
-
[matlab] ZigZag-Scanning (2-D Array)
-
[c] Mac OS 에 gmp(gmp.h) 라이브러리 설치
-
[ios] 기본 네비게이션바의 타이틀, back버튼 위치와 속성 변경
-
[Android Error] The number of method references in a .dex file cannot exceed 64K
-
[ios] 웹뷰 history.back() ㅋㄷ
-
[ios] NSString, RegularExpression Find/Replace
-
XML, JSON, BSON, MSGPACK 장,단점 비교
-
[android] How can I place app icon on launcher home screen?
-
[ios] Facebook Cache 갱신하는 함수
-
[ios] 동영상 플레이어 샘플 (for Local File)