Wood iPhone App UI Theme
Wood iPhone App UI Theme
Here is a beautiful user interface theme designed for iPhone apps. It includes 5 unique screens, and has mock layouts for popular app types including social networking, media players, and image sharing. This theme is aimed at app developers, and includes a sample Xcode project demonstrating how to implement all of the graphics. Absolutely no Photoshop knowledge is needed to start using the theme immediately (but if you do want to modify the theme, the layered and organised, vector PSD file is included).



Comments
Hi there. I can not run this app. Build failed, 3 errors:
error: /Users/xy/Wood iPhone App UI Theme/Sample Xcode Project/Example Project/../../../Downloads/Checkbox/checkbox-pressed.png: No such file or directory
error: /Users/xy/Wood iPhone App UI Theme/Sample Xcode Project/Example Project/../../../Downloads/Checkbox/checkbox-checked.png: No such file or directory
error: /Users/xy/Wood iPhone App UI Theme/Sample Xcode Project/Example Project/../../../Downloads/Checkbox/checkbox.png: No such file or directory
I also own the Wallet UI, and the app is working flawlessly, so I think there is no problem with my software/machine. Could you please have a look at this issue?
Thank you!
Andria,
I also had that error. I think there is some file called checkbox that is not working.
I fixed it by deleting the reference to that file (open xcode - delete the file that the text is red)
I have contacted medialoot to see if they have those files.
Sorry about that! Alexkafer was right, you just need to delete the references to those files and it should be fine. Those images aren’t actually part of the theme, so no need to worry. They got there by mistake somehow, I deleted the actual files but must have forgot the references.
Updated the package now too if you just want to re-download instead.
Thank you guys for your replies. I have simply replaced those 3 with other files and was wondering where these were used in the app, but Tony thanks for clarifying the issue.
All your Xcode/iPhone projects are amazing. I love finding UI like this because I’m admittedly not the best iOS designer but I LOVE objective-c. keep up with more themes in the future
Hi there ! if i buy this project for 10 dollars I get a xcodeproject too ?
@and:
Yup, the Xcode project will be included
Hi ! I tried to change some title, and guess what…. the app does run ! i get this from xcode
@autoreleasepool {
return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
}
}
Any help ?
and yes, any idea how can I add music ?
Here is the screencast so that you see ! http://vimeo.com/40155192
@and:
Unfortunately I’m not actually a developer, so the support that I can offer is very minimal. You can edit the labels on the title bars in the “storyboard” view (if that is the title you are referring to). And for the audio I would recommend looking up some tutorials on the ‘AVAudioPlayer’ class.
-Tony
ok i understand but i can not run the app ! i bought the project but I can test it so ....
I’ve sent you an email
Does the project still functional?
@ and
This is because the application is throwing a runtime exception at that point. In this case, it is a SIGABRT. This is an error in your code (not a compile-time check - but rather an exception that occurs when it runs). I would suspect that it is possible that window doesn’t exist in the application (maybe the main nib isn’t configured to be setup).