Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将twitterkit导入swift?我努力了 :
“#import <TwitterKit/TWTRKit.h>”
但这不允许函数调用。
TwitterKit 可以用
import TwitterKit
我已经测试过了
import UIKit import TwitterKit class ViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() // Do any additional setup after loading the view, typically from a nib. } }