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.

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

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

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

Make the following entry in your Cartfile:

github "GetStream/swift-activity-feed"

Then run carthage update.

Credits & Contributors

Project is maintained by Alexey Bukhtin.

We continue to welcome pull requests from community members.

Copyright © 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.