iphone - Using a custom UITableView without linking in IB -


i have custom uitableview class creating shadow effects on of uitableviews. possible incorporate class uitableviewcontroller(s) without creating nib file each table view controller? there way link custom uitableview other in ib?

using uitableviewcontroller, set delegate , datasource on custom uitableview controller , set custom tableview instance uitableviewcontroller's tableview property.

 [instanceofmycustomuitableview setdelegate:self];   [instanceofmycustomuitableview setdatasource:self];   [self settableview:instanceofmycustomuitableview]; 

self being instance of uitableviewcontroller


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 -