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

Halfdan

macrumors newbie
Original poster
Dec 4, 2011
9
0
Hey! :)

I'm not the smartest kid in class when it comes to the coding phase of making an iPhone app.

Can someone please help me code a very simple app?
The app should contain ''Danish sayings''.
So just a menu, and in that menu there should be some categories of Danish word sayings, and when you push them you will see a text with a ''Danish word sayings'' like ''the apple doesn't fall far from the tree''.

Please email: halfdan1311@gmail.com.

I will be VERY happy if you could help me - it will make my day!!!!! :)
 
You are just asking for someone to make your code instead of actually doing it yourself, when you say "it's very simple", it's one of the most basic tutorials, nearly tutorial covers push buttons and show some details.
Why don't you just try it yourself, and head back when you have issues?
 
So just a menu...
Just a menu? Since there is no UIMenu in iOS, how would you expect this "menu" to be coded? As a table view where clicking each row takes you to another page, i.e. a typical drill-down? Or as a series of buttons, where clicking each one opens a new modal view? Are there more choices than can fit on the screen? If so, you need to consider some kind of scroll view (of which table views are a subclass). Or something else entirely?

You see how this "simple" app can quickly become more complicated?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.