How to create a Twitter Follow button in your iOS App
Much like the Facebook Like button we can create a Twitter Follow button. It’s easy to create a HTML button which we can load into a small UIWebView (about 40 pixels high): – (void)viewDidLoad { [super viewDidLoad]; // add Twitter Follow button in a web view NSString *twitterFollowButton = @”<a href=’https://twitter.com/versluis’ class=’twitter-follow-button’ data-show-count=’true’ data-size=’large’>Follow @versluis</a><script>!function(d,s,id){var […]