iPhone Programming - UITableViews: Pushing New Table Views + EXTRA
Uploader Comments (MilmersXcode)
All Comments (43)
-
Great tutorials, I have learnt heaps from your channel, in my dictionary i have a mp3 file i wish to push to the detail view and place in a IBAction play button, so user taps and the mp3 song plays. An ideas with the code?
-
My PetsViewControll is not pushing different Arrays. Every time i push it only shows the dog Array
-
Hi,(unrelated question) I'm just curious, what area is your accent from? Sounds a lot like my friend's accent.
-
I just want to take this moment to really thank you, Milmer'sXcode. You have helped me achieve my ios programming goals, and have taught almost everything i know. I hope you continue to make these brilliant tutorials, and continue to get more and more subscribers :)
-
Missheddah76 glad I could help. If you need more help please let me know. :)
-
@MrAmp76 thanks a lot .... my application is working very good :)
-
Febassa77 most of tuts are written for xcode up to 4.1 to use everything, specially for beginners I'll always advice them to run two different xcodes one is the latest and the other one can be any other version that they are comfortable with. I use three just to be able to convert my codes properly to higher versions. This practice keeps me sharp. In Xcode 4.2 ARC is activated but to get around it you can use the upgrade as I mentioned in the last post.
-
Febassa77 if you are running Xcode for lion just update your project as the warning appears and it should take care of the warnings. If you have a better set of codes please post them so everyone can benefit. I've ran his codes through latest beta of Xcode running on lion and it works just fine.
-
GUYS IF U HAVE THE LAST XCODE VERSION (4.2) IT IS NOT NECESARY TO USE THE RETAIN OR RELEASE, IF U DO, U WILL HAVE SEVERAL ERRORS
-
Here is my e mail if it is easier. Do it at your convenience brother. I know you're busy and doing a lot. I am grateful for your help.
Adrian_ phillips@att.net
Let me know if I can help in any way brother.
I can help you with all of these comments. After all you helped me when I needed it. Just a quick favor to ask, can you by any chance send me the code snippets for adding search to this tutorial?:) please?
MrAmp76 3 months ago
@MrAmp76 Yea. Again I am sorry for not posting stuff. I have been a bit busy with starting school again and I have 3 exams next month!
So just PM me and I will send it. However at the moment it's 00:07am here so I am in bed and unable to give you the code but I will do it tomorrow :D.
Milmer.
MilmersXcode 3 months ago
Missjedahh76 the error control reaches the end of .... Can be resolved by declaring an else after if.
{
else {
Return 1;
}
MrAmp76 3 months ago
@MrAmp76 Thanks :D. The comments have been getting on top of me lately. I appreciate your help :D
MilmersXcode 3 months ago
sorry to tell that it didn't work please i really need this and i can't see where is the error
i have two errors
(control reaches end of non-void function )
two of the same error one at numberOfRowsInSection at both .m files
missjeddah76 4 months ago in playlist missjeddah76's favorites
@missjeddah76 Exactly what MrAmp76 said. Solve it by putting an:
else Return 1;
MilmersXcode 3 months ago