xamarin / Xamarin.Social

Xamarin.Social
Apache License 2.0
124 stars 74 forks source link

Native Facebook ShareUI for iOS #28

Open nilsga opened 10 years ago

nilsga commented 10 years ago

It would be nice to have a native looking share ui for Facebook in Xamarin.Social.

kobynet commented 10 years ago

You can achieve this by porting the ui from https://github.com/facebook/facebook-ios-sdk When it comes to UI, you will probably want your own design, so i suggest overriding the default UI using your own implementation.

nilsga commented 9 years ago

It's already done for Twitter with the Twitter5Service. Any reason this is not something that you can build into the API? Preferably, all the *Services would map to their underlying native UIs, if such exists.