Unlinked fork of Stream's swift-activity-feed
Stream Swift and iOS Activity Feed Components
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
Useful links
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.
Credits & Contributors
Project is maintained by Alexey Bukhtin.
We continue to welcome pull requests from community members.
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.