Pierre Houston

Results 14 issues of Pierre Houston

For file named "Dots.in.place.of.spaces.txt", nameExcludingExtension should return "Dots.in.place.of.spaces" but instead returns "Dotsinplaceofspaces".

In the Prepare a Row section of the README: let rowItaly = Row(model: italy, { row in row.onDequeue = { _ in self.countryNameLabel.text = country.name.capitalized() ... In earlier code sample...

I'm interested in a text editor that featured elastic tabstops. For an open-source app such as this I'd be willing to work on the implementation. Elastic tabstops is a great,...

request

Any tips for creating a timer signal? Here's what I tried throwing together based on examples and a gesture recognizer signal I made that does work, but it doesn't fire....

I made a lot of changes for using this with a client's app that had a mapview with tableview that slides up from the bottom: - allow the top view,...

The OrderedDictionary class itself is renamed to GMOrderedDictionary in order to not conflict, however the helper function DescriptionForObject does conflict. It needs to be declared static to make it not...

bug

Ideally there would be tutorials for each of the examples in https://macsvg.org/examples/, how to create each starting from scratch (or from a reasonable enough starting point to demonstrate the hard...

For example, I changed your demo to allow opening another version of the main view controller with FormSheet presentation style, run it on iPod. Hit the nav bar button to...

In my app I've seen instances where cluster annotations vanish incorrectly. I think it most often happens when moving some annotations off-screen, zooming in the map somewhat, then moving to...