iphone - How to insert UIImageView between two sections of UITableView? -


i have design in application have 4 sections in uitableview , need insert uiimageview , uilabel between sections of same table. possible same?

kindly show me path.thank you.

see these uitableviewdelegate methods:

-(uiview *)tableview:(uitableview *)tableview viewforheaderinsection:(nsinteger) section -(uiview *)tableview:(uitableview *)tableview viewforfooterinsection:(nsinteger) section 

you may need enclose image view , label in iuview container , return container 1 of these methods. depends on , how you'd present them.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -