Closed diogo10 closed 8 years ago
Do you have a height constraint for self.contentView
?
Yes....
let bindings = ["contentView": self.contentView];
self.contentView.addConstraints(NSLayoutConstraint.constraintsWithVisualFormat("[contentView(>=300)]", options: NSLayoutFormatOptions(rawValue: 0), metrics: nil, views: bindings))
self.contentView.addConstraints(NSLayoutConstraint.constraintsWithVisualFormat("V:[contentView(400)]", options: NSLayoutFormatOptions(rawValue: 0), metrics: nil, views: bindings))//size of the screen
You may also need to disable blur effects for the content view (property disableBlurEffectsForContentView
).
With this property set to YES, I was able to add a tableView to the content view of an RMActionController :)
Thanks man! work like a charm =D
Hii guys,
Iam tryng to add an tableview. I attached one print screen. What's do you think?
I can see the prints...the data is ok