Hey all, I'm in the process of making an application for a school project but have run into a few stumbling blocks. First, heres what I'm trying to create:
View attachment 292442
I'm relatively new to Xcode (massive Keynote fanatic though) and I'm struggling to find ways to implement that design into a functioning application. I have "Cocoa Programming for OS X" and "Programming in Objective-C 2.0" and been reading them for a the past few weeks, to no avail. I understand some of the concepts, namely the interface, implementation and program sections of the main code but am lost in other aspects, such as positioning of specifics portion of code and such (as I see in other peoples coding).
Apparently I could start with the Quicktime Framework (I think...) and work a UI around that (I would also like to implement a slide out drawer so I can order a playlist in alphabetical order, etc to cover the requirement for an array/index search system) but thats as far as I've gone. (aside from piecing together the UI and doing some examples out of the textbooks)
So if anyone has any tips on how I could implement the app features I would appreciate it very very VERY much. Namely getting the song artists and playing bar/slide out drawers.
I have around three - four weeks to finish it, but with a wall of exams approaching pretty quickly I'd love to finish this asap so I can move to other things.
Much thanks in advance
EDIT: Nearly forgot about the video tab, the idea for that is to be just a Quicktime front end with the same controls at the bottom and top.
View attachment 292442
I'm relatively new to Xcode (massive Keynote fanatic though) and I'm struggling to find ways to implement that design into a functioning application. I have "Cocoa Programming for OS X" and "Programming in Objective-C 2.0" and been reading them for a the past few weeks, to no avail. I understand some of the concepts, namely the interface, implementation and program sections of the main code but am lost in other aspects, such as positioning of specifics portion of code and such (as I see in other peoples coding).
Apparently I could start with the Quicktime Framework (I think...) and work a UI around that (I would also like to implement a slide out drawer so I can order a playlist in alphabetical order, etc to cover the requirement for an array/index search system) but thats as far as I've gone. (aside from piecing together the UI and doing some examples out of the textbooks)
So if anyone has any tips on how I could implement the app features I would appreciate it very very VERY much. Namely getting the song artists and playing bar/slide out drawers.
I have around three - four weeks to finish it, but with a wall of exams approaching pretty quickly I'd love to finish this asap so I can move to other things.
Much thanks in advance
EDIT: Nearly forgot about the video tab, the idea for that is to be just a Quicktime front end with the same controls at the bottom and top.
Last edited: