Pinned Repositories
360iDev-2014-notes
My big takeaways
bite-objc
Functional operations for NSFastEnumeration.
Cluster-Initializer-Examples
Just a couple examples of class clusters.
CommonMark.swift
A poorly performing but (at one point) compliant CommonMark implementation in Swift.
KIF
Keep It Functional - An iOS Functional Testing Framework
KIFBackgrounding
A small project that lets your application go to the background while testing.
MagicScrollingNavBar
A commit-by-commit tutorial on making your navigation bar scroll away with you.
SEMarkdownEditor
Text transformation functions for implementing a markdown toolbar in an iOS app.
SEUICollectionViewLayout
A base collection view that simplifies drawing/animation of sup/decoration views.
bnickel's Repositories
bnickel/SEMarkdownEditor
Text transformation functions for implementing a markdown toolbar in an iOS app.
bnickel/bite-objc
Functional operations for NSFastEnumeration.
bnickel/SEUICollectionViewLayout
A base collection view that simplifies drawing/animation of sup/decoration views.
bnickel/HidingTabBar
A UITabBar subclass you can hide.
bnickel/SEStringUtilities
A few simple string replacement utilities.
bnickel/Simple-Swift.String-Performance-Test
Dang
bnickel/StackedDrafts
Mail.app style view controller management.
bnickel/AFNetworking
A delightful iOS and OS X networking framework
bnickel/BarManagingNavigationTransitioning
POC navigation and split view controller handling in iOS
bnickel/bnickel.github.io
bnickel/buttons
bnickel/CocoaPods-Issue4087
bnickel/DAKeyboardControl
DAKeyboardControl allows you to easily add keyboard awareness and scrolling dismissal (a receding keyboard ala iMessages app) to any UIView, UIScrollView or UITableView with only 1 line of code. DAKeyboardControl automatically extends UIView and provides a block callback with the keyboard's current origin.
bnickel/DTCoreText
Methods to allow using HTML code with CoreText
bnickel/heap-ios-sdk
Heap iOS SDK
bnickel/interactive-parent-transform-bug
presentingViewController alongside animation is not interactive.
bnickel/ios-measurement
Quantcast Measure for iOS
bnickel/KE-complex_modifications
bnickel/NgKeyboardTracker
Objective-C library for tracking keyboard in iOS apps.
bnickel/Nimble
A Matcher Framework for Swift and Objective-C
bnickel/pilot
The best way to manage your TestFlight testers and builds from your terminal
bnickel/Quick
The Swift (and Objective-C) testing framework.
bnickel/react-native
A framework for building native applications using React
bnickel/realm-cocoa
Realm is a mobile database: a replacement for Core Data & SQLite
bnickel/Restoration-Inspector
Deserializes and dumps the current restoration state of your iOS app.
bnickel/SmartThingsPublic
SmartThings open-source DeviceTypeHandlers and SmartApps code
bnickel/SVGKit
Display and interact with SVG Images on iOS / OS X, using native rendering (CoreAnimation)
bnickel/swift-protobuf
Plugin and runtime library for using protobuf with Swift
bnickel/SwiftSVG
A single pass SVG parser with multiple interface options (String, NS/UIBezierPath, CAShapeLayer, and NS/UIView)
bnickel/TTTAttributedLabel
A drop-in replacement for UILabel that supports attributes, data detectors, links, and more