Xcode Tutorial 1 - How to play videos in 4.0 - 4.1 (Updating Soon)
Loading...
7,341
Loading...
Uploader Comments (iBradapps)
see all
All Comments (45)
-
Is this tutorial useful for making games like Hysteria Project ? If not, then what would you recommend?
-
@iBradapps Okay , thank you very much.
-
@xenonaxel007 it happens automatically when you turn to landscape. If you want movie to play only in landscape, it is possible by limiting the orientation properties. i have not had success with it, so if you find an answer, post link here. thanks :-) David
-
how do you make the video landscape instead of potrait
Loading...
Hi Just wondering on when you could put up a later version e.g 4.2 would be great
Many thanks
DeePInspiratioNDeV 1 month ago
@DeePInspiratioNDeV I have been extremely busy working on apps in the store and new apps that are coming out, I will try to have it out within the next month.
iBradapps 1 month ago
Good combination: source + video.
Question. I am new and would like to make clean apps. Please talk about your memory management used in this tutorial and its strengths and weaknesses.
David
Davidka1978Xoroshiy 2 months ago
@Davidka1978Xoroshiy Ok so pretty much in iOS 5 there is a new feature called ARC (Automatic Reference Counting), that will automatically release, autorelease, and dealloc for you. I can talk about memory management for hours but I think it is easier and summarized up in Apple's doc here: w w w.developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/MemoryMgmt/Articles/MemoryMgmt.html
iBradapps 2 months ago in playlist XCode
Hi,Houston.... we got a problem!!
when I simulate and press the button to play, the simulator stop and a error appear in green color on 'main.m' code: Thread1: Program received signal: "SIGABRT". Whats is this?? Thanks a lot
calvinh4 3 months ago
@calvinh4 Did you manage to figure that out? There should be a message in the console but I think it is a problem only on your end since as far as I know, this works for others on iOS 5+
iBradapps 2 months ago in playlist XCode