Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.28 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.28 KB

ADSSocialFeedScrollView

Easily add a social media feed to your iOS app

Platforms Swift Version GitHub license

  • OS: iOS 9+
  • Languages: Swift 2.2
  • Tool requirements: Xcode 7.3, Swift 2.2
  • License: MIT

Features

  • Supports a number of social platforms out-of-the-box.
  • Allows multiple social media streams to be displayed in the same feed.
  • Support for filtering posts without having to re-fetch data over network.

Development status

Usable, however the API isn't well documented at the moment and doesn’t have adequate error handling. Not recommended for use in a production app at this time.

To Do

  • Increase quality of error handling
  • Migrate to Swift 3 and Swift 4
  • Add support for easily adding new stream providers
  • Stabilise API (need help / guidance)
  • Add tests (need help / guidance)
  • Add API documentation
  • Reduce number of dependencies
  • Add CocoaPods support