facebookarchive / KVOController

Simple, modern, thread-safe key-value observing for iOS and OS X.
Other
7.34k stars 925 forks source link

Fix retain cycle in Swift example #143

Open antons opened 5 years ago

antons commented 5 years ago

Swift example references self from the observer block, which creates a retain cycle.