Skip to content

Instantly share code, notes, and snippets.

@andykog
andykog / DeadlinePicker
Last active August 29, 2015 14:22
iOS Date Picker with year, month, day and hours segments
//
// DeadlinePicker.swift
// essayshark
//
// Created by Andrey Kogut on 6/1/15.
// Copyright (c) 2015 ONE FREELANCE LTD. All rights reserved.
//
import UIKit
import ReactiveCocoa
@andykog
andykog / Alamofire.swift
Last active August 29, 2015 14:16
Alamofire without using dynamic libraries Xcode 6.3 compatible
// Alamofire.swift
//
// Copyright (c) 2014–2015 Alamofire (http://alamofire.org)
//
// Permission is hereby granted, free of charge, to any person obtaining a copy
// of this software and associated documentation files (the "Software"), to deal
// in the Software without restriction, including without limitation the rights
// to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
// copies of the Software, and to permit persons to whom the Software is
// furnished to do so, subject to the following conditions: