Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

8
  • im getting Property 'View; not found on object of type error after i added sel.view Commented May 29, 2013 at 10:50
  • try to write [self.view addSubview:myImageView]; instead of sel.view Commented May 29, 2013 at 10:52
  • sir, its typo mistake here but in the code its self.view . and sorry for wasting your precious time.! Commented May 29, 2013 at 10:55
  • What problem your are getting. Commented May 29, 2013 at 10:59
  • here is error msg from xcode " Property 'View; not found on object of type ..." Commented May 29, 2013 at 11:01