-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Description
I was able to use the PureLayout just fine. But i was hoping if I added a UIWebView as followed:
[self.webview autoPinEdge: ALEdgeTop toEdge: ALEdgeBottom ofView: self.labelTitle withOffset: 10.0 relation: NSLayoutRelationGreaterThanOrEqual];
[self.webview autoPinEdgeToSuperviewEdge: ALEdgeLeading withInset: kLabelHorizontalInsets];
[self.webview autoPinEdgeToSuperviewEdge: ALEdgeTrailing withInset: kLabelHorizontalInsets];
[self.webview autoPinEdgeToSuperviewEdge: ALEdgeBottom withInset: kLabelVerticalInsets];
Sadly the frame of the web view was always zero.
Metadata
Metadata
Assignees
Labels
No labels