Search results

  1. G

    Can't getting pixels from UIImage

    Can't getting pixels from UIImage :( i want to get pixel color from UIImage, compare if is black color, and i have such funtion for duing this.. i need only my color at (GamePlayer.playerFrame.origin.x,GamePlayer.playerFrame.origin.y) pixel and how can i get it? -(BOOL) playerColidesWall {...
  2. G

    Can't getting pixels from UIImage

    i want to get pixel color from UIImage, compare if is black color, and i have such funtion for duing this.. i need only my color at (GamePlayer.playerFrame.origin.x,GamePlayer.playerFrame.origin.y) pixel and how can i get it? -(BOOL) playerColidesWall { BOOL result = NO; struct pixel*...
  3. G

    can't displaying UIView

    thanks, i understand : )) but i wrote it without any IBOutlets , its more complex for me :D
  4. G

    can't displaying UIView

    i was trying to create simple animation,but something is wrong in my code :( main UIView : @interface TouchResponder : UIView { IBOutlet UIView *stalker; } @end i want to display stalker with code. and i am initializing it in TouchResponder's init ; @implementation TouchResponder -...
  5. G

    need xcode(interface builder)

    moders delete this thread i've got what i wanted :)
  6. G

    need xcode(interface builder)

    I have just installed xcode 4 and there is no interface builder.app in Developer/Application folder :(( so what a have to do? please help me if you can or give me some advice :)) if someone uploads somewhere interface builder.app and when i download it and put in Developer/Application folder...