jpsim / PeerKit

An open-source Swift framework for building event-driven, zero-config Multipeer Connectivity apps
MIT License
870 stars 72 forks source link

Removed label requirement for first argument in transceive #24

Open priteshshah1983 opened 7 years ago

priteshshah1983 commented 7 years ago

This would make sure that the documentation in README works as expected

jpsim commented 7 years ago

Could you instead fix the REAMDE? The Swift 3 API Design Guidelines state that weakly-typed arguments should be labeled, so the API is correct, and I'd rather change the docs than break user's code.