Ole Begemann
Ole Begemann
NSBundle-OBCodeSigningInfo
Check an app bundle's code signing and sandboxing state to NSBundle.
OBGradientView
A simple UIView wrapper for CAGradientLayer. For the times when it's more convenient to use a view instead of a CALayer.
OBShapedButton
A UIButton subclass that works with for non-rectangular button shapes.
OBSlider
A UISlider subclass that adds variable scrubbing speeds (as seen in the Music app on iOS).
whats-new-in-swift-4
An Xcode playground showcasing the new features in Swift 4.0.
SortedArray
An array that keeps its elements sorted according to a given sort predicate.
leaves
An iBooks-like page-turning interface for iPhone and iPad apps using only public APIs.
NotificationUnregistering
Testing the behavior of the block based NotificationCenter API. Do you have to call NotificationCenter.removeObserver(_:) or is it enough to let the observer token go out of scope? Turns out: the form...