This file contains hidden or 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
// | |
// UIApplication+NetworkActivity.h | |
// | |
// Created by Maciej Swic on 2013-04-29. | |
// Released under the MIT license. | |
// | |
#import <UIKit/UIKit.h> | |
@interface UIApplication (NetworkActivity) |
This file contains hidden or 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
// | |
// MKMapView+MoveLogo.h | |
// | |
// Created by Maciej Swic on 2013-07-08. | |
// Released under the MIT license. | |
// | |
// This category allows you to move the MKMapView logo so that it remains visible if you | |
// put other stuff on the mapview. If the logo is hidden, the app won't pass the App Store | |
// review. Tested with iOS 5 through 7. | |
// |
NewerOlder