objective c - Have 2 different TableViews in one UIView -


i have 2 tableviews in view right now. 1 grouped: can press , push view(like menu) other 1 plain: want show searchresults

i know can use displaycontroller don't know how show results on table

can tell me more this??

thanks in advance

you showing 1 tableview @ time right?

a tableview's style cannot changed once created. if want avoid creating 2 tableviews in ib, can instead create 1 tableview @ runtime. when creating tableview, can tell style want using initwithframe:style: method.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -