Jason Gabriele

Results 5 comments of Jason Gabriele

I would like to see this merged. Is this project dead?

Strangely, just mas_safeAreaLayoutGuide is mapped to bottom. Also, leading and trailing are missing

Turns out, I was using an older version. Leading and Trailing are there now, so you should use something like: ```objc make.top.equalTo(self.contentView.mas_safeAreaLayoutGuideTop).with.insets(margins); make.leading.equalTo(self.contentView.mas_safeAreaLayoutGuideLeading).with.insets(margins); make.trailing.equalTo(self.contentView.mas_safeAreaLayoutGuideTrailing).with.insets(margins); make.bottom.equalTo(self.contentView.mas_safeAreaLayoutGuideBottom).with.insets(margins); ``` The regular mas_safeAreaLayoutGuide doesn't...

Looks like someone did already https://github.com/CocoaPods/Specs/blob/master/Specs/instagram-ios-sdk/0.0.1/instagram-ios-sdk.podspec.json

Yep, it looks pretty old. You could use that spec and change the commit it's based on. Looks like SBJson is deprecated as well.