Alternative to views in Xcode -
i'm xcode noob; have created view-based xcode project. in first view, user has choose option list (in list there more 200 options). in second view, has choose sub-option, , list long. each sub-option should have own view, since it's impossible create more 20,000 views in xcode, should use alternative method. can me please?
so check over, looking not 1 2 uitable view's both of have lots of data.
first need decide , figure out, how store data of information in app: ie: core data, plist, arrays, server end (json,xml) etc... secondly, how information displayed @ once? picture , maybe 2 liens of text ? or want more custom ??
once have decided can start begin basic project (navigation based application)(would easiest new user) or starting blank project (single based view controller) , in ib (interface builder) addend uitableview along uitableview cell.
here basic tutorials designing uitableviews. :-)
step 1 - learn basics of uitable view - basic uitableview nsarray tutorial
step 2 - learn how make own uitableviewcell - custom cell tutorial (storyboard) - xcode 4.6
any questions ask, hope helps :-)
a book might place start well, learned many of first uitableview off of book. beginning iphone development: exploring iphone sdk [paperback] dave mark
Comments
Post a Comment