iPhone Programming - Easy Image Animation
Uploader Comments (PixelCUBEstudios)
All Comments (27)
-
@yogoana I dont see it either under other name things I can find it like app delegate and those other things I don't see it under main view too wonder why
-
in main view Identity....I dont have class action and class outlets.
Pls guide me...thanks
-
To anyone new to this... never, never call dealloc directly. [square release] is the only line needed. If you understand memory management, use the default synthesizer and just type self.square = nil. It releases and safely makes the pointer set to null (nil). I did enjoy the tutorial!
-
good stuff bruh
-
ugh. apple.
-
Great tutorial :D. But when i tried to rotate the UIImageView in radians it didnt rotate right n made the image look weird. plz help
-
I had the same problem I cannot see the actions where I can type in ID. Anyone help here. brian
-
how to rotate the image when we click it single(change to 90degree), double tap(to 180 degree), triple tap(to 270 degree) and four tap(back to 360 degree)..would appreciate that
-
Thanks!
Okey, I just started with making Iphone apps just for fun and when I did exactly as you did twice I got this error messages
Warning: 'UIView' may not respond to '+setAnimationduration.'
error CG undeclared first use in this function
error expected before AffineTransformMakeScale
lasseluktarsvavel 2 years ago
Are you sure you used the right types of brackets? Double check that you used the "[ ]" brackets and not the other { } ones.
PixelCUBEstudios 2 years ago
Very good tut...subscribed to your videos :D
MugunthKumar 2 years ago
Thanks for subscribing! Let me know if you want any specific tutorials!
PixelCUBEstudios 2 years ago
Now that iPhone OS 3.0 NDA has been lifted, it wud be great if u cud focus on slightly advanced areas like consuming web services, core data and multithreading...
As of now, it's too difficult to find tutorials on the last two topics atleast... There was one... Stanford lectures from apple that demo'ed how to read flickr images using their api and populating it in the background. But it was too fast and a bit over board for a majority of "new iphone developers" like me...
MugunthKumar 2 years ago
Im still learning myself so I haven't really gotten to everything you have mentioned. sorry about that, but as I learn it, I will make video tutorials about them! I might make a 3.0 tutorial about shake detection code, and built-in mail. Im still learning them myself, but I will make a video about them in the future.
PixelCUBEstudios 2 years ago