3
分享按鈕在ShareKit的安裝說明操作:http://getsharekit.com/install/設置Sharekit與UIButton的,不UIBarButton
他們說,通過把這個在.M
[[UIBarButtonItem alloc] initWithBarButtonSystemItem:UIBarButtonSystemItemAction
target:self
action:@selector(share)]
我如何設置來創建一個共享按鈕與UIButton分享按鈕,而不是UIBarButton?