Ignacio Romero Zurbuchen
Ignacio Romero Zurbuchen
It would be really useful to also be able to save code snippets into the built-in snippet browser of XCode. There must be some private APIs to be able to...
The UITextField must call resignFirstResponder: when at viewWillDisappear: This isn't really a fix, but I added a UITextField and its delegate methods to the demo project to point the solution.
@ryanmaxwell: would be useful to create a new release for the update to Uncrustify 0.61, merged in https://github.com/ryanmaxwell/UncrustifyX/pull/18
Adding iOS and MacOS framework shared targets for Carthage support. It was required to do some major project structure update.
Most of Cocoa developers today are using ARC, and it would be more friendly if this project has it. Added some other comodities like separating the source code from the...
By optionally returning +keyPathForRemoteKey: in any NSManagedObject subclass, it checks for a keypath related to the remote key, to be able to call -valueForKeyPath: instead of -objectForKey: This allows keypaths...
Does ObjectiveRecord have NSKeyValueCoding support, for using `valueForKeyPath` instead of `objectForKey`? I want to avoid to have an entity for each nested objects in the payload. This is a map...
For some user case scenarios, it would be interesting to be able to search all the available photo tags, to allow users auto-completion strings. Route: **tags/search** - keyword: string -...