Oliver Letterer
Oliver Letterer
Since `aspects_implementationForwardingToSelector` is pretty much the same as [imp_implementationForwardingToSelector](https://github.com/OliverLetterer/SPLMessageLogger), I would suggest we expose only that function in a new CocoaPod named `forwarding-implementation`. Thanks to CocoaPods, we can easily add...
I finally found some time to move [imp_implementationForwardingToSelector](https://github.com/OliverLetterer/imp_implementationForwardingToSelector) into its own podspec and added it as a dependency to my own project. CocoaPods pull request is waiting [here](https://github.com/CocoaPods/Specs/pull/11960).
Feel free to submit a pull request :)
I think a delegate method is the wrong approach for this because this is a property for the current state of an ANAdvancedNavigationController instance. How about a new property -[ANAdvancedNavigationController...
Am i correct that the property `isFirstViewControllerViewOverdraggedToLeft` now only returns valid results if a view controller is pushed or popped? How about something like ``` objc - (BOOL)isFirstViewControllerViewOverdraggedToLeft { if...
Maybe consider migrating to iOS 8 and UIAlertController?
That is simply not correct!
Would You mind adding a test for this issue?
Nope. No ideas based on that description.