Twitter Framework for ios6 how to login through settings from app

I have make one small change and the issue gone away

in above code when presenting viewcontroller just set animated:NO


    [self presentViewController:tweetSheet animated:NO completion:^{
        [tweetSheet.view endEditing:YES];
    }]

Leave a Comment