OWActivityViewController
OWActivityViewController copied to clipboard
iOS 7 graphics
Any plans on upgrading the graphics to iOS7 style?
@nilsga I recommend you use UIActivityViewController instead of this repo.
The main purpose of this project is to provide a compatibility between iOS 6 and iOS 5. At the moment iOS 5 has extreme low ratio, and both iOS 7 and iOS 6 ship UIActivityViewController out of box.
So, there is no reason for existence of this repo after iOS 7 released. This repo is deprecated, and will be deleted in the next month.
Ah… Too bad. The default UIActivityViewController have some annoying "features" that this framework used to solve. E.g, the Facebook and Twitter activity items will not show unless the user is logged into the services in advance. Oh well, guess I have to find another alternative.
@nilsga just wondering if you found a nice alternative? :) Seems a shame to write all of this stuff that must have been written hundreds (thousands?) of times in multiple apps by now.
Nopes, sorry @mikeCalvir. I went with a totally different solution.