I want to subclass or make a category of a weak linked object in Obj-C. MPMoviePlayerViewController
is the subject here.
MPMoviePlayerViewController
is only available on 3.2 and later but I want to keep the compatibility of my app up to 3.0.
What should I do?