ios6 - iOS - self.refreshControl not recognized -
i have line
self.refreshcontrol = [[uirefreshcontrol alloc] init];
but not recognized , compile error:
property refreshcontrol not found
i working tutorial:
http://www.raywenderlich.com/21081/introduction-to-in-app-purchases-in-ios-6-tutorial
and provide code though supposed work. , idea why compile error happens?
thanks!
refreshcontrol
property of uitableviewcontroller
. check base class type of view controller in .h file.
Comments
Post a Comment