Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Dambuster43

macrumors member
Original poster
May 20, 2013
83
0
I am on the Central Coast, I create ebooks using Apples iBooks Author.
I have made dozens of book templates...but I am totally unable to understand X Code. How much would I expect to pay for a menu template choose such as The iBA one. .... and code it come as a project I could add ghe templates to to create a series?
 
Last edited by a moderator:

Duncan C

macrumors 6502a
Jan 21, 2008
853
0
Northern Virginia
I am on the Central Coast, I create ebooks using Apples iBooks Author.
I have made dozens of book templates...but I am totally unable to understand X Code. How much would I expect to pay for a menu template choose such as The iBA one. .... and code it come as a project I could add ghe templates to to create a series?

You should explain yourself more thoroughly. I have no idea what "The IBA one" is, or what you mean by a menu template.
 
Last edited by a moderator:

firewood

macrumors G3
Jul 29, 2003
8,108
1,345
Silicon Valley
How much would I expect to pay for a menu template?

$1 less than any competing offers, all the way down to free, so ask around.

Otherwise, the maximum amount that the salesperson thinks they can empty from your pockets. Really big money if you are a big company used to only writing big contracts with "qualified" vendors.
 

Dambuster43

macrumors member
Original poster
May 20, 2013
83
0
You should explain yourself more thoroughly. I have no idea what "The IBA one" is, or what you mean by a menu template.

Sorry, I assumed the mention iBooks Author and eBooks indicated what I am looking for.

Applications such as Pages, Keynote, Numbers..when open usually offer a template chooser.
iBooks Author also on a cold start up, opens template chooser.

There are free iBooks Author template apps in the app store to check out if any body is interested.

A similar template chooser is what I am looking for being to stupid to master X Code.
 
Last edited:

ArtOfWarfare

macrumors G3
Nov 26, 2007
9,560
6,059
Sorry, I assumed the mention iBooks Author and eBooks indicated what I am looking for.

Applications such as Pages, Keynote, Numbers..when open usually offer a template chooser.
iBooks Author also on a cold start up, opens template chooser.

There are free iBooks Author template apps in the app store to check out if any body is interested.

A similar template chooser is what I am looking for being to stupid to master X Code.

I can't see a template being overly useful in an IDE (read: a program for programming other programs, if you don't know the term IDE.)

Also, I would say describing yourself as "stupid" is the wrong thing to do. Learning to program will take anywhere between a few weeks and a few years depending on how complicated the project you want to make is, but anything that a template could help with is probably simple enough that you could learn in a few weeks.
 

dejo

Moderator emeritus
Sep 2, 2004
15,982
452
The Centennial State
...but I am totally unable to understand X Code. How much would I expect to pay for a menu template choose such as The iBA one. .... and code it come as a project I could add ghe templates to to create a series?

Dambuster43, first I think you should describe to us what it is you're trying to do, in terms of an app, and why you think Xcode will help with it. What is your understanding of Xcode's capabilities? Also, tell us more about your background in programming (if any).

Xcode does come with project templates (which for iOS apps include Master-Detail Application, OpenGL Game, Page-Based Applications, etc.), which start you with a (very) basic framework* for your app to be built upon.

* Not actual device frameworks (such UIKit, MapKit, iAd), but source code and XIBs from which to customize.
 

Dambuster43

macrumors member
Original poster
May 20, 2013
83
0
Dambuster43, first I think you should describe to us what it is you're trying to do, in terms of an app, and why you think Xcode will help with it. What is your understanding of Xcode's capabilities? Also, tell us more about your background in programming (if any).

Xcode does come with project templates (which for iOS apps include Master-Detail Application, OpenGL Game, Page-Based Applications, etc.), which start you with a (very) basic framework* for your app to be built upon.

* Not actual device frameworks (such UIKit, MapKit, iAd), but source code and XIBs from which to customize.

Post No 5 basically explains what i was thinking....
I have no knowledge of writing any code. i assumed ...after checking out YouTube demos... that most if not all apps developers, use X Code.
 

Duncan C

macrumors 6502a
Jan 21, 2008
853
0
Northern Virginia
Post No 5 basically explains what i was thinking....
I have no knowledge of writing any code. i assumed ...after checking out YouTube demos... that most if not all apps developers, use X Code.

Yes, most developers use Xcode.

So you want to add a template chooser function to Apple's iBooks Author program?

iBooks Author is a closed Apple product, and it would be difficult or impossible to extend it. Or are you asking about an alternative iBooks authoring application that also allowed you to start from iBook templates and fill in content?

I know absolutely nothing about iBooks format or iBooks Author. to get a really meaningful answer you will need somebody who has built an iBook manually (not using iBooks Author.) That is going to be rare, since iBooks Author is a full featured commercial application that does all the hard work for you.

If ALL it did was open pre-existing templates and fill them with content in a fixed format, it might be reasonably straightforward, but then where would these templates come from? And how would you create the content that gets merged into the templates?
 

ArtOfWarfare

macrumors G3
Nov 26, 2007
9,560
6,059
I know absolutely nothing about iBooks format or iBooks Author. to get a really meaningful answer you will need somebody who has built an iBook manually (not using iBooks Author.) That is going to be rare, since iBooks Author is a full featured commercial application that does all the hard work for you.

The file format isn't a bundle or XML, so I can't make heads or tails of it. It's just a binary file. I don't think it's feasible to make one without a program that was made with creating them in mind.
 

ChrisA

macrumors G5
Jan 5, 2006
12,578
1,694
Redondo Beach, California
I am on the Central Coast, I create ebooks using Apples iBooks Author.
I have made dozens of book templates...but I am totally unable to understand X Code. How much would I expect to pay for a menu template choose such as The iBA one. .... and code it come as a project I could add ghe templates to to create a series?

Xcode is not the tool you need.

ibook author allows you to modify template and to save the modified template. I think this is what you war to do.
 

dejo

Moderator emeritus
Sep 2, 2004
15,982
452
The Centennial State
Post No 5 basically explains what i was thinking....
I'm still not sure what you're asking. Are you trying to build an app? If so, you will probably want to use Xcode (although there are alternatives). And Xcode comes with a number of project templates. When you "cold start" Xcode you are given the option to "Create a new Xcode project". From there you can choose from a number of project templates. (See the screenshots). Is this what you're wondering about?
 

Attachments

  • Screen Shot 2013-11-03 at 2.01.58 PM.png
    Screen Shot 2013-11-03 at 2.01.58 PM.png
    144.1 KB · Views: 61
  • Screen Shot 2013-11-03 at 2.02.22 PM.png
    Screen Shot 2013-11-03 at 2.02.22 PM.png
    211.5 KB · Views: 60

Duncan C

macrumors 6502a
Jan 21, 2008
853
0
Northern Virginia
I'm still not sure what you're asking. Are you trying to build an app? If so, you will probably want to use Xcode (although there are alternatives). And Xcode comes with a number of project templates. When you "cold start" Xcode you are given the option to "Create a new Xcode project". From there you can choose from a number of project templates. (See the screenshots). Is this what you're wondering about?

As far as I can tell, the OP is talking about iBook templates, not program templates.

Kind of like word processing or presentation document templates.
 

Dambuster43

macrumors member
Original poster
May 20, 2013
83
0
Then why do they keep mentioning Xcode?

OK, I will try again! I use iBooks Author. i have created a lot of book templates.
I assumed X Code is used to create apps..I accept there are always alternatives..but I have X Code.

Pages etc when opened.. do so with a template chooser...which when clicked to opens the app with the selected blank template.
iBooks Author also does this.

What thought of was making that template chooser...into which I can input thumbs of the book covers and when clicked...open iBooks Author and the selected template.

Ideally It would be handy to a part completed project, into which I can input the thumbs and book files and the complete the build...if thats possible.

Thanks for all the replies.....
 

dejo

Moderator emeritus
Sep 2, 2004
15,982
452
The Centennial State
What thought of was making that template chooser...into which I can input thumbs of the book covers and when clicked...open iBooks Author and the selected template.

Ah, sounds like you want an OS X app and not an iOS one. You should ask your question in the Mac Programming forum and not this one. You could also request this thread be moved to that forum and the moderation team can take care of that for you.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.