Ole Begemann

Results 29 repositories owned by Ole Begemann
trafficstars

NSBundle-OBCodeSigningInfo

106
Stars
22
Forks
Watchers

Check an app bundle's code signing and sandboxing state to NSBundle.

OBGradientView

112
Stars
23
Forks
Watchers

A simple UIView wrapper for CAGradientLayer. For the times when it's more convenient to use a view instead of a CALayer.

OBShapedButton

950
Stars
148
Forks
Watchers

A UIButton subclass that works with for non-rectangular button shapes.

OBSlider

267
Stars
48
Forks
Watchers

A UISlider subclass that adds variable scrubbing speeds (as seen in the Music app on iOS).

whats-new-in-swift-4

1.8k
Stars
134
Forks
Watchers

An Xcode playground showcasing the new features in Swift 4.0.

SortedArray

165
Stars
28
Forks
Watchers

An array that keeps its elements sorted according to a given sort predicate.

AppleCoreDataModels

21
Stars
0
Forks
Watchers

ConcurrencyBenchmark

15
Stars
0
Forks
Watchers

leaves

331
Stars
35
Forks
Watchers

An iBooks-like page-turning interface for iPhone and iPad apps using only public APIs.

NotificationUnregistering

17
Stars
2
Forks
Watchers

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...