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.
你们中的任何人都知道如何在 iOS 应用程序中原生地实现 facebook 吗?我想实现像 normla IUbutton 这样的按钮。
最近FB通过他们的SDK打开了这个
看一下这个
https://developers.facebook.com/docs/ios/like-button/
您可能会发现这很有用。前几天我正在寻找它,但还没有机会实施。
http://www.raywenderlich.com/1626/how-to-post-to-a-users-wall-upload-photos-and-add-a-like-button-from-your-iphone-app
简而言之,我不相信有办法使用本机 UIbutton 来做到这一点。
目前无法在本地执行此操作。最快的方法是加载一个 web 视图,然后导航到您想要的页面。