Hello everyone!
I thought that I should take some time out to write this basic twitter integration tutorial. Its pretty simple.
Before we start, there is something we need to know.
What is Fabric?
Its an SDK which can be used to integrate different Kits to your app. Kits like Twitter and Crashlytics, etc. Read more.
Lets get started.
Login to your Fabric account and on the side menu bar click downloads.
Click on Xcode
Then Click download. After the download finishes Unzip it and double-click open the Fabric.app.
After Logging in to your Fabric account. You’ll be redirected to a list of your projects. I have already created a project named Twitter Integration so I’m gonna select it then click Next.
Select the Kit you want to install.
Then Click Agree.
Open Up your Project.
Then Click Your Project -> Build Phases. Then Click Plus button then “New Run Script Phase”.
Copy the Script provided by Fabric in the section and build your project once.
Drag the briefcase into your project and make sure that Copy Items if needed is unchecked.
After that open your app delegate and import Fabric, and TwitterKit.
And in your didFinishLaunchingWithOptions.
Click Next.
Using Default button provided by the Kit
In your viewDidLoad.
Build and Run.
Using Button with Custom Image
Drag a button in your ViewController and create an @IBOutlet and @IBAction. In your @IBAction copy the following code.
For logging out functionality, in your logout button, do the following.
Running the project.
[youtube https://www.youtube.com/watch?v=03pPy8btLK4]You can find this project on my Github.
If you have any question please leave a comment.
Have a great day.
2 Comments