tak-bro / intro-to-ios-app-development-with-swift

study the course of Udacity for Boostcamp
0 stars 0 forks source link

docs #3

Open tak-bro opened 7 years ago

tak-bro commented 7 years ago

참고할만한 사이트 http://realignist.me/code/2016/06/05/swift-snippets.html http://swift.leantra.kr/

tak-bro commented 7 years ago

https://github.com/JigarM/Infinite-UIITableview-Scroll

tak-bro commented 7 years ago

테이블뷰는 스크롤뷰의 형태이므로

scrollViewDidScroll() 함수를 호출하여 스크롤의 일정 퍼센테이지를 계산하여

자신이 정한 퍼센트에 도달하면 데이터를 추가적으로 불러온다

func scrollViewDidScroll(scrollView: UIScrollView){

let foregroundHeight = tableView.contentSize.height - CGRectGetHeight(tableView.bounds) let percentageScroll = tableView.contentOffset.y / foregroundHeight

// percetageScroll 를 이용하여 기준점을 정한다.

}

http://pjkstory.blogspot.jp/2016/06/swift-2-swift-tableview-infinite-scroll.html

tak-bro commented 7 years ago

https://github.com/johnnyclem/JSON-TableView-in-Swift

tak-bro commented 7 years ago

https://www.raywenderlich.com/113388/storyboards-tutorial-in-ios-9-part-1

tak-bro commented 7 years ago

audio streaming http://stackoverflow.com/questions/25902916/ios-8-swift-avaudioplayer-play-remote-audio-wowza-server http://stackoverflow.com/questions/34563329/how-to-play-mp3-audio-from-url-in-ios-swift

tak-bro commented 7 years ago

aws s3 이미지 섬네일 https://medium.com/n42-corp/aws-lambda%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%9C-%EC%9D%B4%EB%AF%B8%EC%A7%80-%EC%8D%B8%EB%84%A4%EC%9D%BC-%EC%83%9D%EC%84%B1-%EA%B0%9C%EB%B0%9C-%ED%9B%84%EA%B8%B0-acc278d49980#.mo3urg78t

tak-bro commented 7 years ago

랜덤 https://cdn.rawgit.com/Marak/faker.js/master/examples/browser/index.html#image https://github.com/marak/Faker.js/

tak-bro commented 7 years ago

Pinterest UICollectionView https://www.raywenderlich.com/107439/uicollectionview-custom-layout-tutorial-pinterest

tak-bro commented 7 years ago

http://www.appcoda.com/instagram-app-parse-swift/

tak-bro commented 7 years ago

https://github.com/kenechilearnscode/APISearchTutorial

tak-bro commented 7 years ago

collectionview http://dev.classmethod.jp/smartphone/iphone/ios-pinterest-layout/ https://github.com/k-neo/StaggeredGridLayout

tak-bro commented 7 years ago

http://zappdesigntemplates.com/collectionview-flow-layout-from-grid-to-list-layout/

tak-bro commented 7 years ago

image

tak-bro commented 7 years ago

라이브러리

https://github.com/seapy/awesome/blob/master/iOS/library.md#