Download Xcode from Apple Developer. Install Command Line Tools
and iOS 6 simulator
.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// RDVNetworkActivityIndicatorManager.h | |
// | |
// Copyright (c) 2013 Robert Dimitrov | |
// | |
// 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Person.h | |
// SubscriptingSample | |
// | |
// Created by Robert Dimitrov on 6/19/13. | |
// Copyright (c) 2013 Robert Dimitrov. All rights reserved. | |
// | |
#import <Foundation/Foundation.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// NSObject+PrivateSuperMethod.h | |
// | |
// Copyright (c) 2014 Robert Dimitrov | |
// | |
// 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// CMTWTRConposerViewControlller.h | |
// ProtoSketch | |
// | |
// Created by Robert Dimitrov on 5/13/16. | |
// Copyright © 2016 Codemotion Ltd. All rights reserved. | |
// | |
#import <TwitterKit/TwitterKit.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// UIResponder+CMAdditions.h | |
// ProtoSketch | |
// | |
// Created by Robert Dimitrov on 5/23/16. | |
// Copyright © 2016 Codemotion Ltd. All rights reserved. | |
// | |
#import <UIKit/UIKit.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// | |
// Author: Robert Dimitrov | |
// | |
// License: MIT | |
// | |
import UIKit | |
//MARK: - CarouselViewDelegate protocol |
OlderNewer