Basic Twitter Implementation with ReSwift and RxSwift
To build:
- Create an OAuth Twitter application from https://apps.twitter.com
- Open
TwitterCredentials.swift
and enter theConsumer Key
and theConsumer Secret
of your Twitter application:
// TwitterCredentials.swift
import Foundation
let twitterConsumerKey: String = ""
let twitterConsumerSecret: String = ""
-
Set the Twitter URL scheme of your Twitter application like
twitterkit-<your-consumer-key>
ininfo.plist
-
Run following commands.
$ pod install
-
Open
Redux-Twitter.xcworkspace
in Xcode.
- ReSwift
- ReSwift-Router
- ReRxSwift
- RxSwift
- Kingfisher
- Moya
- R.swift
- ObjectMapper
- CryptoSwift
- SnapKit
- PullToRefreshKit
- TwitterKit
- IQKeyboardManager
- iOS 9.0+
- Swift 4.0+