ooper-shlab / HMCatalog-Swift3

An experimental conversion of Apple's sample code "HomeKit Catalog: Creating Homes, Pairing and Controlling Accessories, and Setting Up Triggers" in Swift 2.3 into Swift 5 (Sorry for the mismatching repository name, I thought Apple would release the new version before Swift 4 was out.)
Other
28 stars 14 forks source link

Fix segfault in accessory function cell access #2

Closed SvenW78 closed 7 years ago

SvenW78 commented 7 years ago

Some small improvements

ooper-shlab commented 7 years ago

Thanks for having interested in my migrated sample code. But your modification is written in a style which I do not prefer recently. I have updated my code as suggested but in my preferred style, thanks again.

SvenW78 commented 7 years ago

Thank for integrating the fixes