0

Possible Duplicate:
Adding iOS UITableView HeaderView (not section header)…

I want to make a tableview header like in the contacts app: enter image description here

Exactly like there, am image beside a label above the table.

Any way doing that?

Thanks!

Community
  • 1
  • 1
AMM
  • 2,195
  • 2
  • 20
  • 28
  • 1
    Why the double post? http://stackoverflow.com/questions/5441938/adding-ios-uitableview-headerview-not-section-header – peterjb Mar 26 '11 at 12:08

1 Answers1

5

Did you try a custom UIView with 2 subviews, a UIImageView and a UILabel, for a header?

unexpectedvalue
  • 6,079
  • 3
  • 38
  • 62