Skip to content

GetStream/swift-activity-feed

Repository files navigation

Stream Swift and iOS Activity Feed Components

Language: Swift 4.2 Documentation CocoaPods compatible

react native activity feed

The official iOS and Swift integration library for Stream, a web service for building scalable newsfeeds and activity streams.

⚠️ Client-side SDK no longer actively maintained by Stream

A Feeds integration includes a combination of server-side and client-side code and the interface can vary widely which is why we are no longer focussing on supporting this SDK. If you are starting from scratch we recommend you only use the server-side SDKs.

This is by no means a reflection of our commitment to maintaining and improving the Feeds API which will always be a product that we support.

We continue to welcome pull requests from community members in case you want to improve this SDK.

TL;DR built-in components for social networks and regular apps

  • Flat feeds
  • Notification feed
  • Likes
  • Comments
  • Activity detail view
  • Realtime notifications

Useful links

Tutorial

API Docs

stream-swift API client

Installation

CocoaPods

For Stream, use the following entry in your Podfile:

pod 'GetStreamActivityFeed', '~> 1.0'

Then run pod install.

In any file you'd like to use Stream in, don't forget to import the framework with import GetStream.

Carthage

The project is not currently supported by Carthage. Please contact us if you need it.

Copyright and License Information

Copyright (c) 2015-2019 Stream.io Inc, and individual contributors. All rights reserved.

See the file "LICENSE" for information on the history of this software, terms & conditions for usage, and a DISCLAIMER OF ALL WARRANTIES.