aceontech
Freelance #iOS app developer @jarrroo in #Belgium area. Co-founder of @Mo-bel user group.
@jarrrooBelgium
Pinned Repositories
aot-nodejs-feedparser-sample
Example code
AOTNSURLSessionDownloadOperation
AOTNSURLSessionDownloadOperation wraps a NSURLSessionDownloadTask managed by AFNetworking 2 in an NSOperation so it can be managed with a NSOperationQueue (iOS 7 and higher)
AOTToolkit
A collection of helper/utility classes to aid iOS development.
CoordinatorKit
Jarroo/CoordinatorKit: A collection of Swift helpers to facilitate the Coordinator pattern on iOS.
EdgeAnimateView-iOS
EdgeAnimateView displays Adobe Edge Animate animations in a WKWebView or a UIWebView depending on the target OS.
FuturePromise
jarroo/FuturePromise: Port of Apple's SwiftNIO implementation of Futures and Promises, based on DispatchQueue instead of EventLoop.
KBKeyboardHandler
iOS Keyboard Handler
ReactiveNSXMLParser
ReactiveCocoa extensions for NSXMLParser: A concise, stream-based API for parsing XML with NSXMLParser.
aceontech's Repositories
aceontech/FuturePromise
jarroo/FuturePromise: Port of Apple's SwiftNIO implementation of Futures and Promises, based on DispatchQueue instead of EventLoop.
aceontech/KBKeyboardHandler
iOS Keyboard Handler
aceontech/ReactiveNSXMLParser
ReactiveCocoa extensions for NSXMLParser: A concise, stream-based API for parsing XML with NSXMLParser.
aceontech/aot-nodejs-feedparser-sample
Example code
aceontech/CoordinatorKit
Jarroo/CoordinatorKit: A collection of Swift helpers to facilitate the Coordinator pattern on iOS.
aceontech/EdgeAnimateView-iOS
EdgeAnimateView displays Adobe Edge Animate animations in a WKWebView or a UIWebView depending on the target OS.
aceontech/Blog-ConcatenatingSignalProducers
Example project to accompany the blog post about concatenating SignalProducers with ReactiveCocoa 5.0.
aceontech/ComponentArchitecture
Swift Component Architecture, inspired by React JS.
aceontech/image-sequence-streaming
Interactive image sequences with small memory footprint, nearly unlimited length, and lighting fast playback.
aceontech/Pago
Mini-framework for managing a UIPageViewController with Swift and Storyboards
aceontech/RetainCycleTest
Example project for blog post https://www.jarroo.com/blog/2017/3/3/abolish-retain-cycles-in-swift-with-a-single-unit-test
aceontech/AEAccordion
UITableViewController with accordion effect (expand / collapse cells) & XIB in XIB - example in Swift
aceontech/awesome-ios
A curated list of awesome iOS ecosystem, including Objective-C and Swift Projects
aceontech/CCHDarwinNotificationCenter
Inter-process signaling for iOS and OS X with addressable receivers using the Darwin notification center.
aceontech/dropbox-ios-dropins-sdk
An iOS library for choosing files in Dropbox.
aceontech/DRYUtilities
DRYUtilities provides common utilities used in projects by AppFoundry
aceontech/MagicalRecord
Super Awesome Easy Fetching for Core Data 1!!!11!!!!1!
aceontech/MarkupKit
Declarative UI for iOS and tvOS
aceontech/MarkupKitLint
Linting and validation utilities for MarkupKit integrated into Xcode.
aceontech/NDHpple
NDHpple is a Swift wrapper on the XMLPathQuery library.
aceontech/NetworkRequestStubbing
Example project for blog post "Stubbing network requests with fixtures"
aceontech/ObjectMapper-Realm
An ObjectMapper extension that serializes arbitrary JSON into Realm's List class
aceontech/OCRSDKClient
An AFHTTPClient subclass for interacting with the ABBYY Cloud OCR SDK webservice API for iOS.
aceontech/pop
An extensible iOS and OS X animation library, useful for physics-based interactions.
aceontech/Reliant
Nonintrusive Objective-C Dependency Injection
aceontech/RxSwift
Reactive Programming in Swift
aceontech/SHNUrlRouter
A simple router for Swift
aceontech/SwiftNotificationCenter
A Protocol-Oriented NotificationCenter which is type safe, thread safe and with memory safety
aceontech/TZStackView
UIStackView replica for iOS 7.x and iOS 8.x
aceontech/UIFlexView
CSS Flexbox implementation for UIKit