DEJOware

Results 2 comments of DEJOware

initWithFrame:, after taking care of its super class duties, calls [self setUpInitialState];, right? And the first thing setUpInitialState does is set up the default image via self.defaultImage = [self.dataSource defaultImage]....

I just removed the self.layer.position change line and it seems to work okay for me. But still looking into other issues in regards to using OpenFlow as a subview on...