Closed felixpalmer closed 9 years ago
Forgot to say: version 3.7
Hi @felixpalmer, This is expected. Bond object has to be retained by someone. Usually you would have it defined as a property so it would be retained by self
.
OK makes sense. I should have read the docs more closely. Not sure if it is possible, but it would be great if the framework could catch when an unretained Bond like this is created, and warn the user
@felixpalmer hello there! I wanted to ask you about the android visualizer code! I am trying to edit the for loop which generate the points in onRender() method in LineRenderer class to only have a thin line that plays with music without all the other graphs. But I can't find a way to do that, any help?
@ahmedtarek- I think you're in the wrong place. This project is for Swift on Apple's platforms, not for Android.
When creating a Bond inline (i.e. without a
let
declaration), the Bond is not fired on updates. ExampleWhen this is run, the update to
Some Followers
is only fired on the pre-defined Bond, i.e. the log output is: