Nikolaj Schumacher

7pods

AutoLayoutMacros

Macros for making Auto Layout more readable (and writable) without using strings.

Not using (visual format) strings means you can use variables and values directly.

Works for iOS and OS X.

Example: [view addConstraints:@[ ALIGNLEFT(view1, view2), ALIGNTOP(view1, view2), PIN_WIDTH(view1, view2, TIMES(0.5)) ]];

You also specify the relation type, constant, multiplier and priority in one short invocation per constraint.

License: MIT

  • Objective C

CGRectExtensions

The goal is to provide clear functions for the most commonly used rect operations, even if the code savings are minimal. The reason is that function names communicate the programmer's intent more clearly than setting properties with ad-hoc calculations.

License: MIT

  • Swift

Dropbox-iOS-SDK

The Dropbox SDK for iOS.

License: Custom

  • Objective C

Dropbox-OSX-SDK

The Dropbox SDK for OS X.

License: Custom

  • Objective C

FontAwesomeIconFactory

A factory for turning Font Awesome pictograms into icon images for user interface controls and buttons. Works for iOS and OS X.

Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome

License: MIT

  • Objective C

LetsMove

Moves a running Mac application to the /Applications directory.

License: Unknown

  • Objective C

SwiftHamcrest

Hamcrest gives you advanced matchers with better error messages for your Swift unit tests.

License: NOASSERTION

  • Swift