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.
我正在尝试使用 ShareKit 或 iOS5 Twitter 框架进行分享。但是,我需要有一个自定义的 Twitter 视图。如果用户登录或提示授权,视图将接受用户输入 - 要共享的消息并直接发布。
我不确定如何自定义共享视图。任何人都可以帮助我吗?谢谢。
至于 shareKit:对于 iOS 4 设备,这很容易——您只需继承 SHKFormControllerLargeTextView 并使用您的图形。
如果您只想使用 twitter.framework,最好不要使用 ShareKit - 直接使用框架。重要信息在 WWDC 2011 视频和 Apple 的示例应用程序中。