Matthew Chen
Matthew Chen
Please post your code.
You can add a layout with this syntax: ``` WeView *weview1 = [[WeView alloc] init]; [weview1 addSubviewWithFillLayout:subview2]; ``` This layout will only apply to subview2, not the others subviews of...
@kmarcell I've got a fork that addresses this issue. It uses v1.0.2l. ### GitHub https://github.com/charlesmchen/OpenSSL-Pod ### Podfile ``` pod 'OpenSSL', git: 'https://github.com/charlesmchen/OpenSSL-Pod.git' ```