Wednesday, 11 June 2014

Returning Views Beneath A Touch?


hey, there way have views beneath cgpoint returned? have script creating objects programmatically aren't defined in .h file , these views added subviews current view. need able interact them @ later point. reason don't define them in .h expecting many of these views (images) created. can interact view created in individual void?
 

you like
code:
  (uiview *view in someview) {     if ([view iskindofclass:[uiimageview class]]) {        //got view pointer, it.       //in script can assign tag value, u can use retrieve view       if (view.tag == 23) {           //hooray, got it, awesome       }     }  }    
i typed out of head, need check brackets/capitalisation etc.
 


Forums iPhone, iPad, and iPod Touch iOS Programming


  • iPhone
  • Mac OS & System Software
  • iPad
  • Apple Watch
  • Notebooks
  • iTunes
  • Apple ID
  • iCloud
  • Desktop Computers
  • Apple Music
  • Professional Applications
  • iPod
  • iWork
  • Apple TV
  • iLife
  • Wireless

No comments:

Post a Comment