Hi,
I am implementing a UIRefreshControl in an app that runs on iOS 5.1 or higher
and want to test if the device is running iOS 6, because this is an iOS 6
feature.
I'd like to avoid detecting the iOS version in runtime and use a
respondsToSelector route instead.
I am getting no compiler error on this codeline, so my first guess is this
works, but I'd like to check..
if ([self respondsToSelector:@selector(setRefreshControl)]) [self
setUpRefreshControl];
Has anybody done this and van they tell me if the above works fine, or,
alternatively, how to do this?
Many thanks!
diederik
_______________________________________________
Cocoa-dev mailing list ([email protected])
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [email protected]