Dan Shevluk

Results 5 comments of Dan Shevluk

@Cookiezby BTW if you are using `safeAreaLayoutGuide.snp.top` to align elements you are more likely want to use `topLayoutGuide.snp.bottom` from current `UIViewController`: ```swift // Inside view controller sampleView.snp.makeConstraints { make in...

@phongle6893 I think that the most clear approach is to create both constraints in `makeConstraints` block, save them as a variables and activate and deactivate them as needed. ```swift var...

@robertjpayne I agree that developers should not mess with auto layout code. My example is a rare use case so maybe it's not worth it to support that. The other...

Hi, Brain! I'm not familiar with WS-Discovery protocol. Can you explain how is works, so I can think of implementation using SwiftSocket?

Hello there! Which version of SwiftSocket are you using?