Mark Adams

6pods

BOTNetworkActivityIndicator

BOTNetworkActivityIndicator is used to track a stack of in-flight network requests. When the number of outstanding network activities is greater than 0, the network activity indicator in the iOS status bar is displayed. When the count reaches 0, it disappears. If you were to show and hide the activity indicator separately in each request, the indicator would flash and reset every time it is shown which, frankly, is distracting. When new network activity starts, call -pushNetworkActivity on the shared instance. When the activity ends, call -popNetworkActivity.

License: MIT

  • Objective C

DVR

DVR is a simple Swift framework for making fake NSURLSession requests for iOS, watchOS, and OS X based on VCR.

Easy dependency injection is the main design goal. The API is the same as NSURLSession.

DVR.Session is a subclass of NSURLSession so you can use it as a drop in replacement anywhere. (Currently only data tasks are supported.)

License: MIT

  • Swift

QuizTrain

License: MIT

SAMKeychain

Simple Cocoa wrapper for the keychain that works on OS X, iOS, tvOS, and watchOS.

License: MIT

  • Objective C

VENCalculatorInputView

A pretty calculator keyboard for iOS. Use it as a standalone keyboard or use our VENCalculatorInputTextField.

License: MIT

  • Objective C

VENTokenField

An easy to use token field that in used in the Venmo app.

License: MIT

  • Objective C