What kind of view is this? Is it inside an existing controller, such as a UINavigationController? If so then it's probably disabled because the view's controller will auto-expand the view to fit in the controller's main view. Basically, if you want a view to be of a different size in this situation, try adding a subview and use that instead.