Benjamin J. Deckys
Benjamin J. Deckys
I have custom views for my Section Headers, and when a cell is partially scrolled underneath it, tapping a Section Header for my custom navigation will tap the cell instead....
Driving me mad. I use the recommended Example (on the front page) for cellForItemAtIndexPath, and in my cell creation, I add a Label subview because I require text to be...
This change has been made to take advantage of the `///` header-doc functionality in Xcode. Holding down Option while clicking on the method signatures of the Routable protocol will now...
Hello, In my own fork of this project, I've gone ahead to remove all references to `fatalError()` in my use of the Router. This warranted a change to the router...
Closes #50 Full credit to @maximkrouk. I pulled his changes and rewound them onto the current master build with some tiny tweaks - notably retaining `Runtime` naming for the framework,...
### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...