I need to set a tablefooterview for my UITableView. I added a UIView below the UITableViewCell of my UITableView which is a custom cell in the interface builder and set the height and width of the UIView as 44 and 400. The UIView is getting resized to a height of say 500 while running. Am sure am messing up with AutoLayouts. Am on ios 8 and xcode 6. Need to keep a fized height to the UIView.
Asked
Active
Viewed 43 times
1 Answers
0
You need to add a height and width constraint to the view. In the builder, you can select the view, click the "Add new constraints icon" (|-□-|), select width and height.

Cadrion
- 11
- 6