This is the option to choose if you single developer working on your own apps. The license is restricted for use in a maximum of 2 apps that are live on the App store.
Can be distributed in a maximum of 2 iOS apps.
Commercial use allowed
Can modify source-code and distribute modifications (derivative works)
Cannot be resold as part of a larger work (sublicensed)
6 months free support after purchase
6 months free updates
Access to all bug fixes
Agency License Summary
This is the option to choose if you are developer working on apps for clients, or you are working in an agency or development company.
You are allowed to use the template in an unlimited number of apps. Both personal or client projects.
Can be distributed in an unlimited number of apps.
Commercial use allowed
Can modify source-code and distribute modifications (derivative works)
Cannot be resold as part of a larger work (sublicensed)
1 Year free support after purchase
1 Year free updates
Access to all bug fixes
Buy 3 and save 30% with code BUNDLE-COMBO-3
XCode Sample Project
iOS 6 compatible
iOS 5 compatible
.PSD files
Retina (@2x) support
.PNG Artwork
Professional look with over 25 design elements
You can reskin the entire User interface with this app template for iPhone.
Make your app look like a professionally done app with the included designs for custom buttons, custom UITableViewCell, custom UINavigationBar, UIBarButtonItems, UIButtons and much more.
Quick startup with a Sample Xcode project
The theme includes a sample Xcode project that shows you how to implement these custom designs. Four screens are included. The list screen which shows a list of user updates. Each update has an avatar, a text update and a date for each Table View Cell. A detail screen showing a user profile, a splash screen and an elements screen with 5 custom UI components.
Customize and make the app your own
You do not need to use this app for a social networking app. You get access to the .PSD files with which you can modify the designs or save money by giving the .PSD to your designer to modify for you. A little tweak can make this theme work for almost any kind of app.
Save time and get to the App store faster
The Social Networking category is one of the most popular categories on the App Store. It is also very fast moving. The time spent trying to come up with your own custom design is better spent elsewhere like in Marketing. Get a jump start on your development with Social Boo.
I ran a contest on 99 designs but I was not satisfied with the result. And then I purchased your template and had my designer customize it. It was difficult for my designer to create a good UI design, but it was easy to select a template and customize it.
Your template saved much time and effort for us
Sungdo, AniMessage
Thanks for your help. We could not have launched so rapidly where it not for your product. I’d estimate we saved three months and many thousands of Earth pounds. As well as 100's of head scratching hours
At one stage of the development of Spotaboo, around 3.30am, I emailed Tope with a question. Unbelievably I got a reply about ten minutes later and the guy lives in our time zone. How's that for customer service.
Anthony, SpotaBoo by www.com ltd
Includes 60 day Money-back guarantee.
+Save with a Membership
Premium Members receive 50% off all templates
Get the skinny here
Good work. Could you please update this theme for iphone 5 as well?
Thanks
Ervin
Valentin says:
Hi Ervin,
All our templates work on iPhone 5. Is it long since you downloaded the template? Maybe re-download it as it’s been made compatible for some while now.
Happy coding,
Valentin.
itsjesseyo says:
REVIEWED BY PURCHASER:
I purchased this theme to jumpstart a project. It has served me very well in that regard. It’s a clean theme, with well organized, easily expandable /changeable art. The best part about it was that I was able to send the client here and have them pick out what they wanted. I’ve never gone this route before with my apps, but this project is for a school and I offered this option as a cost saving measure – and they loved it. I loved it.
You get a huge jumpstart for the money in terms of design and layout. The vault master is a talented individual. the psd is well thought out and I was able to blend this them with the newsReader theme easily and add my own elements.
In terms of code – and I can only speak for this particular project – i was a bit disappointed (but my expectations are a bit high, i think). The app is functioning in the sense that the basic elements are laid out on storyboards with transitions and you have something you can export and show to a client with static data.
[as of january, 23, 2012]
don’t expect a working RSS data source or anything like that. I’m capable of coding that myself, but, for whatever reason, i was. i think the design was good enough that I was just simply sold that it was somehow a complete working and dynamic app. its $70. I think that’s a bit too much to expect. graphic design services for a custom app would be much more than that by themselves. So, there it is.
Anyway, in my opinion, this rocks. I wanna see more of this stuff.
c s says:
why isn’t this one on sale too? Far too expensive for what you get…. won’t be buying until that’s fixed
Imran Khawaja says:
does this template contain a screen where a user can tner in a status update? Im interested in a screen where the user updates their status with a nice looking uitextfields.
Ray says:
I just purchased this theme. It’s great except no retina display images for iPad 3. Please add them. I really need them. I hope you can provide free update service.
Due to a bug in the example application all cells have a drop shadow. You can solve this by:
1) Setting the storyboard prototype cell of Social Boo View Controller to clip subviews
2) Adding the following code (unclips subviews of last cell) to the corresponding cellForRowAtIndexPath method:
if ([indexPath row] == [tableView numberOfRowsInSection:[indexPath section]] – 1) {
cell.clipsToBounds = NO;
}
Hi Guys, Have I got this right-if I buy this I will be able to design and complete an app able to be uploaded to apple itunes?
tope says:
It is a design template so it will help you make your app look more appealing. You will still need to fill in the implementation details like connecting to databases and webservices etc.
walex says:
This is, by far, one of the best iOS templates I’ve ever seen
andre says:
Missing a lot of things in the project demo like how to use the switch, progress bar etc.
It is a good design but I am a bit disappointed and I think this is not worth the price.
tope says:
Sorry you feel that way, Andre. The sample project shows you how to implement the elements you mentioned.
But no worries, we have a full money back policy so send me an email if you want a refund and I will get it done right away.
Excellent theme
Keep up the great work
Hi
Good work. Could you please update this theme for iphone 5 as well?
Thanks
Ervin
Hi Ervin,
All our templates work on iPhone 5. Is it long since you downloaded the template? Maybe re-download it as it’s been made compatible for some while now.
Happy coding,
Valentin.
REVIEWED BY PURCHASER:
I purchased this theme to jumpstart a project. It has served me very well in that regard. It’s a clean theme, with well organized, easily expandable /changeable art. The best part about it was that I was able to send the client here and have them pick out what they wanted. I’ve never gone this route before with my apps, but this project is for a school and I offered this option as a cost saving measure – and they loved it. I loved it.
You get a huge jumpstart for the money in terms of design and layout. The vault master is a talented individual. the psd is well thought out and I was able to blend this them with the newsReader theme easily and add my own elements.
In terms of code – and I can only speak for this particular project – i was a bit disappointed (but my expectations are a bit high, i think). The app is functioning in the sense that the basic elements are laid out on storyboards with transitions and you have something you can export and show to a client with static data.
[as of january, 23, 2012]
don’t expect a working RSS data source or anything like that. I’m capable of coding that myself, but, for whatever reason, i was. i think the design was good enough that I was just simply sold that it was somehow a complete working and dynamic app. its $70. I think that’s a bit too much to expect. graphic design services for a custom app would be much more than that by themselves. So, there it is.
Anyway, in my opinion, this rocks. I wanna see more of this stuff.
why isn’t this one on sale too? Far too expensive for what you get…. won’t be buying until that’s fixed
does this template contain a screen where a user can tner in a status update? Im interested in a screen where the user updates their status with a nice looking uitextfields.
I just purchased this theme. It’s great except no retina display images for iPad 3. Please add them. I really need them. I hope you can provide free update service.
Thanks, Ray the iPad retina images are coming soon, like next week and you get a free upgrade. Thanks for your patience.
I have the same question as Ray… If I buy a theme now, will I get the iPad 3 retina files when they are done? Thx
Yes, you get the iPad 3 retina files as a free upgrade.
Hi Clau. The template now has retina images. Please log in and download them if you have access. Thanks
Due to a bug in the example application all cells have a drop shadow. You can solve this by:
1) Setting the storyboard prototype cell of Social Boo View Controller to clip subviews
2) Adding the following code (unclips subviews of last cell) to the corresponding cellForRowAtIndexPath method:
if ([indexPath row] == [tableView numberOfRowsInSection:[indexPath section]] – 1) {
cell.clipsToBounds = NO;
}
Thanks for letting us know, Thomas. Will fix these issues and release an update ASAP.
Can users upload images to this app, or to any of your other apps?
Hi Sam… Do you mean use your own images? Yes of course. you will have access to the source code so you can hack all you want
Hi Tope,
Nope, I meant can users of the app upload images to a SQL server I would setup as part of the app build?
Thanks.
Oh now I get you. No that functionality is not built in since it is a design template. That will have to be implemented by you.
Cheers Tope. Know of any good tutorials/books I could read to do this?
Check out this one.
How to Write a Simple PHP Webservice
http://www.raywenderlich.com/2941/how-to-write-a-simple-phpmysql-web-service-for-an-ios-app
…Much like they would do with say Foodspotter or the Tumblr app?
Hi,
Congratulations on your themes. I wonder how the themes are made? What do I get the packages? There are examples of use of each package?
Thanks
You can download a sample package here to see what you get when you buy.
http://www.appdeisgnvault.com/ipad-3-retina
Thanks, but the link don’t working.
sorry use this one …
http://www.appdesignvault.com/ipad-3-retina
Amazing, really like it!
Hi Guys, Have I got this right-if I buy this I will be able to design and complete an app able to be uploaded to apple itunes?
It is a design template so it will help you make your app look more appealing. You will still need to fill in the implementation details like connecting to databases and webservices etc.
This is, by far, one of the best iOS templates I’ve ever seen
Missing a lot of things in the project demo like how to use the switch, progress bar etc.
It is a good design but I am a bit disappointed and I think this is not worth the price.
Sorry you feel that way, Andre. The sample project shows you how to implement the elements you mentioned.
But no worries, we have a full money back policy so send me an email if you want a refund and I will get it done right away.
Thanks,
Tope