0
https://www.parse.com/tutorials/integrating-facebook-in-ios
我如何退出一個終端用戶我不能讓首長或尾巴。
// from the viewcontroller.h file.
// UINavigationBar button touch handler
- (void)logoutButtonTouchHandler:(id)sender;
// And apparently this line ->
(void)logoutButtonTouchHandler:(id)sender {
// Logout user, this automatically clears the cache [PFUser logOut];
// Return to login view controller. From the view controller.m file.
[self.navigationController popToRootViewControllerAnimated:YES]; }
這只是一個小問題,如何註銷按鈕正在生成....因爲它根本沒有被生成!
任何關心照亮現實對我來說?
謝謝。
英里數。
明白了一切。它真的是一團糟!該解決方案實際上是調用[PFuser註銷],但也需要調用按鈕操作來引用它。 – MagicMiles