David Jennes

Results 209 comments of David Jennes

@bcapps I just tried your solution and it works for me. Example code: ``` CGFloat endingViewInitialTransform = 1; switch (self.startingView.contentMode) { case UIViewContentModeScaleAspectFill: case UIViewContentModeScaleToFill: endingViewInitialTransform = CGRectGetWidth(startingViewForAnimation.frame) / CGRectGetWidth(endingViewForAnimation.frame);...

I'm not sure TBH, what Xcode does is a bit of a black box. I also can't open that project file, I assume because it's made using the Xcode beta...

Could you post the logs from both iSoul as those in the Console?

Huh that's weird. So iSoul kept working for you, even though from the logs I can tell it's actually crashing? (the museek daemon is). And this only happens during a...

Uhm, that paste bin url leads to an unknown ID.

Probably a thread that crashes then. Might be responsible for this issue, or the cause of one of the other open issues (or something new altogether).

I don't see anything being excessively spammy in that log, and with the exception of those _unrecognized selector_ errors (which are probably unrelated to this issue, but still must be...

Where did you get the nightly? 'cause the so called _nightly_ that was online was just a remnant from my testing and I deleted it before too many people could...

I thought I'd read somewhere that (icon + arrow) was a built in control. Maybe we can make use of it, or if we already are, set some flags. I...

Uhm, sure. I'd have to take a look at how the Adium team does it (they have nighties with sparkle support).