在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:twitter-archive/twitter-kit-ios开源软件地址:https://github.com/twitter-archive/twitter-kit-ios开源编程语言:Objective-C 94.1%开源软件介绍:Twitter will be discontinuing support for Twitter Kit on October 31, 2018. Read the blog post here. Twitter Kit for iOSBackgroundTwitter Kit is a native SDK to include Twitter content in mobile apps. Twitter Kit is designed to make interacting with Twitter seamless and efficient. Using Twitter Kit from source in production applications is not officially supported. Please utilize the official binaries released via CocoaPods or Carthage. Twitter Kit Features
Components of Twitter Kit iOS
InstallationGet started
Install using CocoapodsTo add Twitter Kit to your app, simply add target 'MyApp' do
use_frameworks!
pod 'TwitterKit'
end Install using CarthageTo install Twitter Kit for iOS using Carthage, add the following lines to your Cartfile. For more information about how to set up Carthage and your Cartfile, see here. binary "https://ton.twimg.com/syndication/twitterkit/ios/TwitterKit.json"
binary "https://ton.twimg.com/syndication/twitterkit/ios/TwitterCore.json" After running $(SRCROOT)/Carthage/Build/iOS/TwitterCore.framework
$(SRCROOT)/Carthage/Build/iOS/TwitterKit.framework
$(SRCROOT)/Carthage/Build/iOS/TwitterShareExtensionUI.framework Make sure that the run script phase is after your Link Binaries with Libraries phase to prevent issues with properly archiving your iOS application. Preview Twitter Kit Features in the Demo AppTwitter Kit includes a demonstration app allowing you to preview features, and verify functionality. Create Twitter API keys as above, and then:
Code of conductThis, and all github.com/twitter projects, are under the Twitter Open Source Code of Conduct. Additionally, see the Typelevel Code of Conduct for specific examples of harassing behavior that are not tolerated. ContributionThe master branch of this repository contains the latest stable release of Twitter Kit. Twitter Kit can be used as a dependency for substantial other work, and we welcome fixes and enhancements to the core libraries as well. See CONTRIBUTING.md for more details about how to contribute. ContactFor usage questions post on Twitter Community. Please report any bugs as issues. Follow @TwitterDev on Twitter for updates. LicenseCopyright 2017 Twitter, Inc. Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论