Pinned Repositories
BetterSegmentedControl
An easy to use, customizable replacement for UISegmentedControl & UISwitch.
CoreLocation
Promises for Swift & ObjC
gh-unit
Test Framework for Objective-C
JTGestureBasedTableViewDemo
Recreating the buttonless interaction pattern found in Clear for iPhone app
NetworkStack
Network layer wrapping Alamofire, Rx, OAuth and replay mechanism in a reactive abstract API
OHHTTPStubs
A class to stub network requests easily: test your apps with fake network data (stubbed from file) and custom response time
QAKit
Quick wins for productivity.
QAPreferences
QATestKit
The idea of this kit is to offer a better experience while writing UnitTests with SenTestingKit. I want to write my tests quicker and more readable, I hope QATestingKit will help.
QAWorkflow
QAWorkflow helps you writing some... workflows. I usually use it for my applications launch algorithms.
QuentinArnault's Repositories
QuentinArnault/NetworkStack
Network layer wrapping Alamofire, Rx, OAuth and replay mechanism in a reactive abstract API
QuentinArnault/QAKit
Quick wins for productivity.
QuentinArnault/BetterSegmentedControl
An easy to use, customizable replacement for UISegmentedControl & UISwitch.
QuentinArnault/CoreLocation
Promises for Swift & ObjC
QuentinArnault/CRToast
A modern iOS toast view that can fit your notification needs
QuentinArnault/DAKeyboardControl
DAKeyboardControl adds keyboard awareness and scrolling dismissal (ala iMessages app) to any view with only 1 line of code.
QuentinArnault/Duotone-iOS
A duotone effect in iOS
QuentinArnault/FastttCamera
Fasttt and easy camera framework for iOS with customizable filters
QuentinArnault/Hero
Elegant transition library for iOS & tvOS
QuentinArnault/ICViewPager
A tab view that mimics ActionBarSherlock's FragmentsTabsPager and Google Play app's tab management.
QuentinArnault/ImageHelper
Convenience extension for UIImage and UIImageView in Swift
QuentinArnault/JeanMichel
QuentinArnault/JPSVolumeButtonHandler
JPSVolumeButtonHandler provides an easy block interface to hardware volume buttons on iOS devices. Perfect for camera apps!
QuentinArnault/KrosmasterLOS
Krosmaster Arena - Line Of Sight simulator
QuentinArnault/MIBadgeButton-Swift
iOS custom badge button.
QuentinArnault/MMMaterialDesignSpinner
An iOS activity spinner modeled after Google's Material Design Spinner
QuentinArnault/mogenerator
Core Data code generation
QuentinArnault/Motis
Easy JSON to NSObject mapping using Cocoa's key value coding (KVC)
QuentinArnault/Mute
Detect if silent/mute switch is enabled/disabled on iOS device
QuentinArnault/periphery
A tool to identify unused code in Swift projects.
QuentinArnault/PromiseKit
Promises for Swift & ObjC
QuentinArnault/QAKeyValueMapping
QAKeyValueMapping offers some sugar for mapping one object values to another. First use case: map a NSDictionary to a NSManagedObject.
QuentinArnault/SnapSliderFilters
Snapchat like filters, slider, stickers and textfield !
QuentinArnault/STCollapseTableView
A UITableView subclass that automatically collapse and/or expand your sections
QuentinArnault/stkiOS
iOS SDK for stickers from Stickerpipe
QuentinArnault/STWorkflow
An Objective-C Finite-state machine
QuentinArnault/SuggestionRow
Eureka row that displays completion suggestions either below the row in a table view or in the input accessory view above the keyboard.
QuentinArnault/SVGKit
Display and interact with SVG Images on iOS / OS X, using native rendering (CoreAnimation)
QuentinArnault/SwiftGen
The Swift code generator for your assets, storyboards, Localizable.strings, … — Get rid of all String-based APIs!
QuentinArnault/TTTAttributedLabel
A drop-in replacement for UILabel that supports attributes, data detectors, links, and more