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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -