Request iPhone Tutorial

Please write the iPhone tutorial request in comments and I will add approximately 2 tutorials per week!
[update 12-05-2009] For this weekend Tutorial request are fills. So write your request in comments, so that I can write about those next weekend.

 Request iPhone Tutorial

48 Comments on "Request iPhone Tutorial"

  1. Armando Flores says:

    Hello, Thanks for your tutorials and for the Book (I own the pdf version). Do you have a Tutorial on Instruments?

    Thanks again,
    Armando in Miami FL

  2. Marco says:

    I would love to see a tutorial on UITableView on how to customize the look and feel. For example to show a grouped table where the rows section looks like a piece of paper instead of the default look.

    Thank you

  3. admin says:

    @Armando
    I will write a tutorial on Instruments this weekend

    @Marco
    Please check back this weekend for the detail tutorial.

  4. Hi Adeem, please add tutorial about tableview controller , in which table has more than one section and each section has it’s own header and footer View! and when we scroll the table then it shouldn’t disappear Header and Footer View.
    Thanks!

  5. geni says:

    hi, can you add tutorial how to use uiimagepicker in landscape mode? thanks

  6. Sudha says:

    Hi Adeem,

    Please add a tutorial on dialing a phone number, sending an email and text message (SMS) for an Address Book contact.

    Thanks,
    CS Reddy

  7. bg says:

    How about adding a “UITableViewCell Animation” section to the UITable stuff.

    thanks.

  8. Sudha says:

    Is there a way we can have Combo Box in our iPhone application?

    Thanks,

    CS Reddy

  9. Adeem Basraa says:

    I think you can use UIPickerView

  10. Brad says:

    Not sure if this is too easy for a tutorial, but I’d like to see a simple tutorial where a small image is changed by pushing a button.

  11. Adeem Basraa says:

    @Brad,
    Can you please give me little more details what you are looking for?

  12. SteveK says:

    I have been trying to find examples where I have a table view populated like in your navigation tutorial but then rather than selecting a line and it takes the user to a view with text or labels, I want it to go to another table view. This would be populated with a list of items depending on what the user selected on the first table. there are a lot of example tutorials which show what you have done, and that is great to see more, but I haven’t seen any where there is a table leading to another table… and THEN a view like you have. Thanks!!!

  13. Adeem Basraa says:

    I will try my best to put this example for you on this Friday/Saturday.

  14. Kumar says:

    Hey Adeem,

    I have looked all over the net and have still not found a good tutorial on how to implement a motion path using Quartz graphics and Core Animation. Could you please write a tutorial on this topic?

    Thanks for all your other tutorials. They are all really helpful and some of the best I’ve seen.

    – Kumar

  15. satish says:

    Hi Adeem,
    Please add tutorial on adding Calendar to UIView.

    Thanks
    Satish B

  16. Mili says:

    Hi,

    Thanks for the very basic explanation of Table view tutorial, i want to see a tutorial on table view with edit boxes i.e the content is some what like

    Image + content + some editable field

    Regards,
    Mili

  17. Adeem Basraa says:

    @Mili,
    I already plan this and surly post a blog soon.

  18. vyoumans says:

    ADDRESS BOOK and saving contacts from an iPhone app. Can you do a tutorial on not only creating a NEW contact to AB, but also saving EDITs of a contact to AB. you mentioned in another tutorial, that this can not be done. could you confirm this, and write a tutorial.
    thanks
    good stuff

  19. vyoumans says:

    ADDRESS BOOK and creating GROUP categories. Is there a way to create a NEW group in ADDRESS BOOK. I want to create a group called “groupX” and save it to the AB. how would I do this?
    then how would I save a NEW or EDITED contact to it.
    Then, how do I make this group my default group when I search for contacts in my app?
    thanks

  20. lild says:

    Hiya Adeem, first off thx for the great tutorials! Would it be possible to make a tutorial on how to create an image slideshow that launches from a button click? Basically like the ones you see in the app store when launched from the iPhone/Touch, where it has the top/bot nav bar that dissappears and has the image count,arrows and swipe functionality.

  21. Jesse Johnson says:

    What I would like to see is a tutorial that show how to make a setting menu and how to connect it the app itself? What I am trying to do it make a app that randomizes pictures and rerandomizes them with the click of a button. Where i am runing into trouble is i want a switch in a settings menu that will turn off some of the images. So a good settings menu tutorial would be awesome!

  22. Billy says:

    Hi,

    I’d like a tutorial for a app with a simple splash page. After the splash page, there would be a list of items, each item would have another list of items, then each item would have a scrollable text area. Think of it like an ebook reader. List of books, list of chapters in a specific book, then the text from that chapter. I’d kind of like to see a tutorial with the new 3.0 Xcode. Thanks =)

  23. mamatha says:

    Hi
    I want a tutorial for application which rotates a image in clockwise or anticlockwise direction based on flicking of image with fingers

    thanks

  24. Dr. Mohammad says:

    Hi Adeem.. nice tutorials
    how about starting a tutorials in database based program for iphone.. for example library for a books that contains specific data and search function..
    thanks

  25. nandini says:

    HI,
    I want tutorial for allowing the users to check, view and respond to messages from a custom iphone app. to another website(www.urbanchat.com) For security we do not want the app interfacing directly with the site’s database.

    thanks

  26. Adeem Basraa says:

    @Nandini,
    Can you please give me little more details, bcoz i didnt understand it very well.

  27. K L BAIJU says:

    Hi adeem ,
    do you know how to stream an online auio file in iphone.
    if yes pls send the coding

    Regards
    K L BAIJU

  28. paul says:

    Can you give us a tutorial on how to pull a sqldatabase from a server into your iphone app.

    This way I could store pictures for people on a server and then allow them to access it from their iphones at any time.

    Thanks!

  29. Yogachitra says:

    Hi Adeem,

    Can you please put a tutorial on creating a combo box using UIPickerView?

    Thanks.

  30. paul says:

    Can you show us how to pull data from a database on a webserver and display it on a tableview in the iphone app?

    Kinda like a to do list that you save on a website but you can access it on your iphone? I know a ton of people who need help with this!

    Thanks!

  31. Edgard Rodriguez says:

    I want to get the submenu to show when you tap the screen and then the submenu
    show from botton and the have the option to send or to safe a image. like the phontos on the iphone

    thanks

    nice blog

  32. Hi,

    I just need two things to get started, but it would be 1000 faster to talk to a human than read/listen to a tutorial. 1) setting up xcode developer for the iPhone simulator, and 2) a simple hello world example that prints a string and echoes characters typed by a user that go through a non-buffered I/O interface. #2 first probably, I want to get a single character at a time, process it in my app, and print anything I want in response. I assume I can process characters faster than a user can type. Then #1, getting it loaded into the simulator or my iPhone to test. A pointer to an already tutorial would be better than nothing. A class with a human teacher would be great! Thanks,

    Rob G.

  33. Ferruccio says:

    Please, write a tutorial tha let the user to go to a different window/view from any row of the table
    example: not product text Iphone for item1, product text Ipod for itme 2 etc
    But different labels and texts for each row

    thank You

  34. Sudharshan says:

    Hi Adeem,

    Please add a tutorial to display multiple images (thumbnails) in a view from database. We have to see the full size image on clicking thumbnail.

    Thanks,
    Sudharshan

  35. satish says:

    Hi Adeem,
    Is it possible to access the Addressbook.sqlite.db from an app

    Thanks
    Satish

  36. Edgard Rodriguez says:

    I want to know how to make a tableview with content base in a XML praser

    thanks

  37. Stefan says:

    Hey,

    please provide a Tutorial how to store / manage data on the iPhone.

    e.G. enter some data in a Form and store it on the Phone.

    Thanks!
    Keep up your great Work!

Trackbacks for this post

  1. Complete List of UITableView UITableViewCell Tutorials + Video Tutorials | iPhone Diary
  2. iPhone SDK Tutorial + Video Tutorial - {Part 1} UITableView using NSArray | iPhone Diary
  3. iPhone SDK Tutorial + Video Tutorial - {Part 2} Navigation in UITableView | iPhone Diary
  4. iPhone SDK Tutorial + Video Tutorial - {Part 3} Grouped UITableView | iPhone Diary
  5. iPhone SDK Tutorial or Video Tutorial - {Part 4} Tips for UITableView Design [Add Header, Footer, background images & change design] | iPhone Diary | Tips
  6. iPhone SDK Tutorial: Retrieving Contact information from AddressBook | iPhone Diary | AddressBook
  7. iPhone SDK Tips: Dialling number, opening Email & SMS applications | iPhone Diary | Tips
  8. iPhone SDK Tutorial or Video Tutorial - {Part 5}: Add, Delete & Reorder UITableView Rows | iPhone Diary | Tutorial
  9. iPhone SDK Tutorial - {Part 6}: Creating custom UITableViewCell Using Interface Builder [UITableView] | iPhone Diary | Tutorial
  10. iPhone Tutorial – {Part 7}: Adding Pictures into your table’s using Interface builder | iPhone SDK Tutorial for Beginners | Tips
  11. iPhone Programming Tips: Dialing number, opening Email & SMS applications « enhance ® Business Software Co.

Got something to say? Go for it!