Jonas Gessner
Jonas Gessner
Hey, thanks for the PR! This looks pretty good, but without any concrete tests beyond a PoC this is not something I'd want on master. To be honest I wouldn't...
UIView can do the same if you pass UIViewAnimationOptionBeginFromCurrentState as animation option. So there's really no reason to use pop ;) I've also found pop to lag sometimes while UIView...
I got the precompiled .mm version of the .xm source file, and in the constructor the two protocols are added to the class like this: ``` objc class_addProtocol(_logos_class$_ungrouped$CCSectionViewController, objc_getProtocol("CCSectionDelegate")); class_addProtocol(_logos_class$_ungrouped$CCSectionViewController,...
Yeah. Checking if the protocol returned from `objc_getProtocol` is nil and falling back to `@protocol` would probably be the best solution.
Yes, NSError *\* is probably the culprit, where exactly is the exception thrown?
Are you passing a valid value as button style?
I'll check this out once I have time. Could you fork the repo and fix it yourself, then send a pull request? That would be great help!
I will look at this, but I'm not sure when I will have time.
Awesome, this is something I wanted to implement a long time ago. I'll test it when I get some free time but it looks promising! Wicked!
Thanks for reminding me. I'm super busy but I hope that I will be able to test this soon.