Robert Payne
Robert Payne
@phamquochoan it's still a UILayoutGuide and an already accessible property. I suppose it could make sense to do something like `.snp.safeArea` but it may be confusing of whether that is...
That's pretty weird, I've never tried to use SnapKit in a playground but it sounds like the build system isn't loading the .framework quite right. What version of Xcode are...
Hm this is a pretty good suggestion, however, at the same time I find the new concise code ambiguous. The reader of this code now has to go find out...
I need to find a few ways to allow users to hook SnapKit and provide extensions for the API. Specifically a lot of users may want their own shortcuts but...
@marchinram old issue but Xcode 14 might be better? I've had such mixed luck with SwiftUI previews I'm nearly always just in the "Xcode"'s fault basket.
@iostalks the reason being here is so that as the constraints are generated any errors thrown in there are not mixed with errors thrown from activation. It's just a minor...
@adamkuipers interesting, I'll investigate this further but may be a bit of time until I get to it. Would be really happy with a PR though if you have any...
@bernikowich currently you should be able to do this pretty easily with extensions right? I'm against expanding the API too much just for convenience that may confuse some users (I...
@anlaital I'm not really sure here, does it work if you use vanilla auto layout constraints?
I probably need to update documentation. Looks like you may need to adjust your bootstrap/build command to use XCFrameworks. `carthage bootstrap --use-xcframeworks --platform iOS,macOS`