---
title: "How to become UIImage and UILabel top view of UITableView"  
description: "How to become UIImage and UILabel top view of UITableView"  
author: "Anonymous User"  
published: 2015-09-18  
updated: 2015-09-19  
canonical: https://www.mindstick.com/forum/33463/how-to-become-uiimage-and-uilabel-top-view-of-uitableview  
category: "iphone"  
tags: ["iphone", "ios", "objective c"]  
reading_time: 1 minute  

---

# How to become UIImage and UILabel top view of UITableView

I successfully added UITableView with grouped [style](https://www.mindstick.com/articles/126300/apa-citation-style-get-to-know-about-it-for-your-next-assignment) but I don’t know how to [add label](https://www.mindstick.com/forum/33646/add-label-between-the-buttons-of-action-sheet-in-ios) in UITableView cell.

So please help me how can I make [image](https://www.mindstick.com/articles/23551/an-investigate-distinctive-seafood-restaurant-for-your-image-stamp-character) and [labels](https://www.mindstick.com/forum/34568/badges-labels-page-headers) to top [view](https://yourviews.mindstick.com/view/84701/layoffs-in-google-india-2023-view) of UITableView like screen.

## Replies

### Reply by Tarun Kumar

Using Interface Builder, you can just drag these (UILabels and UIImageViews) onto your view. If you're using a UITableViewController, you might want to switch to a standard UIViewController, to give you more control over what goes into the view.

After you've dragged them on, hook them up via outlets (if you want to programatically change/access them) or set their contents in IB and be done with it.


---

Original Source: https://www.mindstick.com/forum/33463/how-to-become-uiimage-and-uilabel-top-view-of-uitableview

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
