Skip to main content

iPhone App Designers 77 Responses

Last post: 2 years, 2 months ago | Thread started: Dec 6, 09, 12:15 p.m.

RespondNew TopicDisable Images

  • 5timuli

    Ok, so I've made my base template, downloaded and utilized the teehan+lax iPhone GUI 3.0 PSD, and I'm not a retard so I know which direction I'm headed. But... I'm looking for a general set of rules/guidelines/procedures that explain things like iPhone system fonts installed, minimum point sizes, and basically anything else pertinent to the design for the iPhone. Does that exist, and if so, where?

    I already Googled, before anyone asks ;)

    Dec 6, 09, 12:15 p.m. – Permalink
  • KevinTx

    my brother is retarded.

    • has he gone full retard?Wolfboy
    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earDec 6, 09, 1:22 p.m. – Permalink
  • WeLoveNoise

    i dont know the answer to ur question but are you building this or just designing it ?

    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earDec 6, 09, 1:24 p.m. – Permalink
  • PonyBoy

    there is a PSD floating around out there w/all the 'standard' buttons that are in the iPhone OS...

    ... I have it around here somewhere - I've designed a few apps and have never been told that any of the custom items I've created (buttons etc) were unusable... but it has been stressed by developers that if possible - use the OS buttons / standard stuff. :)

    next note >+ add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earDec 6, 09, 1:25 p.m. – Permalink
  • WeLoveNoise

    may help you
    http://vilebody.wordpress.com/20…

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earDec 6, 09, 1:27 p.m. – Permalink
  • SteveJobs

    they are very hard-nosed about their interface guidlines:

    http://developer.apple.com/iphon…

    On the other hand, you also have to be careful about what of their interface you do use. I've read about certain apps being turned away because the developer mimicked the speach bubbles too closely.

    + add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earDec 6, 09, 1:39 p.m. – Permalink
  • raskolnikov

    not another fart app

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earDec 6, 09, 1:41 p.m. – Permalink
  • mikabast

    this code lists all the system fonts:
    int i = 0;
    int j = 0;
    for (i = 0; i < [[UIFont familyNames] count]; i++)
    {
    for (j = 0; j < [[UIFont fontNamesForFamilyName:[[UIFont familyNames] objectAtIndex:i]] count]; j++)
    {
    NSLog([[UIFont fontNamesForFamilyName:[[UIFont familyNames] objectAtIndex:i]] objectAtIndex:j]);
    }
    }

    ... and here they are:

    AppleGothic
    HiraKakuProN-W6
    HiraKakuProN-W3
    ArialUnicodeMS
    STHeitiK-Medium
    STHeitiK-Light
    DBLCDTempBlack
    Helvetica-Oblique
    Helvetica-BoldOblique
    Helvetica
    Helvetica-Bold
    MarkerFelt-Thin
    TimesNewRomanPSMT
    TimesNewRomanPS-BoldMT
    TimesNewRomanPS-BoldItalicMT
    TimesNewRomanPS-ItalicMT
    Verdana-Bold
    Verdana-BoldItalic
    Verdana
    Verdana-Italic
    Georgia-Bold
    Georgia
    Georgia-BoldItalic
    Georgia-Italic
    ArialRoundedMTBold
    TrebuchetMS-Italic
    TrebuchetMS
    Trebuchet-BoldItalic
    TrebuchetMS-Bold
    STHeitiTC-Light
    STHeitiTC-Medium
    GeezaPro-Bold
    GeezaPro
    Courier
    Courier-BoldOblique
    Courier-Oblique
    Courier-Bold
    ArialMT
    Arial-BoldMT
    Arial-BoldItalicMT
    Arial-ItalicMT
    STHeitiJ-Medium
    STHeitiJ-Light
    ArialHebrew
    ArialHebrew-Bold
    CourierNewPS-BoldMT
    CourierNewPS-ItalicMT
    CourierNewPS-BoldItalicMT
    CourierNewPSMT
    Zapfino
    AmericanTypewriter
    AmericanTypewriter-Bold
    STHeitiSC-Medium
    STHeitiSC-Light
    HelveticaNeue
    HelveticaNeue-Bold
    Thonburi-Bold
    Thonburi

    next note >add note

    You must be logged in to add a note. Login now or register for an account.

    Cancel
    Dog-earDec 6, 09, 2:14 p.m. – Permalink

Login or Register to respond to this

Skip to main content