mirror of
https://github.com/leanote/leanote-ios.git
synced 2025-10-18 09:25:02 +00:00
替换imagePicker库
1.原先为WPMediaPicker 替换为QBImagePickerController 2.以解决添加图片崩溃 内存泄漏 问题.
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
#import "NoteController.h"
|
||||
#import "Common.h"
|
||||
|
||||
#import <WordPress-iOS-Shared/UIImage+Util.h>
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/UIColor+Helpers.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/UIImage+Util.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/UIColor+Helpers.h>
|
||||
|
||||
#import "SVProgressHUD.h"
|
||||
#import "WXApi.h"
|
||||
|
@@ -1,80 +1,85 @@
|
||||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "iphone",
|
||||
"size" : "29x29",
|
||||
"scale" : "2x",
|
||||
"filename" : "Icon-Small@2x.png"
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-Small@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "iphone",
|
||||
"size" : "29x29",
|
||||
"scale" : "3x",
|
||||
"filename" : "Icon-Small@3x.png"
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-Small@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"idiom" : "iphone",
|
||||
"size" : "40x40",
|
||||
"scale" : "2x",
|
||||
"filename" : "Icon-40@2x.png"
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-40@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "iphone",
|
||||
"size" : "40x40",
|
||||
"scale" : "3x",
|
||||
"filename" : "Icon-40@3x.png"
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-40@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"idiom" : "iphone",
|
||||
"size" : "60x60",
|
||||
"scale" : "2x",
|
||||
"filename" : "Icon-60@2x.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-60@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "60x60",
|
||||
"scale" : "3x",
|
||||
"filename" : "Icon-60@3x.png"
|
||||
"idiom" : "iphone",
|
||||
"filename" : "Icon-60@3x.png",
|
||||
"scale" : "3x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ipad",
|
||||
"size" : "29x29",
|
||||
"scale" : "1x",
|
||||
"filename" : "Icon-Small.png"
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-Small.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ipad",
|
||||
"size" : "29x29",
|
||||
"scale" : "2x",
|
||||
"filename" : "Icon-Small@2x.png"
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-Small@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ipad",
|
||||
"size" : "40x40",
|
||||
"scale" : "1x",
|
||||
"filename" : "Icon-40.png"
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-40.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ipad",
|
||||
"size" : "40x40",
|
||||
"scale" : "2x",
|
||||
"filename" : "Icon-40@2x.png"
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-40@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"size" : "76x76",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-76.png",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"size" : "76x76",
|
||||
"idiom" : "ipad",
|
||||
"filename" : "Icon-76@2x.png",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "ipad",
|
||||
"size" : "76x76",
|
||||
"scale" : "1x",
|
||||
"filename" : "Icon-76.png"
|
||||
},
|
||||
{
|
||||
"idiom" : "ipad",
|
||||
"size" : "76x76",
|
||||
"scale" : "2x",
|
||||
"filename" : "Icon-76@2x.png"
|
||||
"size" : "83.5x83.5",
|
||||
"scale" : "2x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "makeappicon"
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
@@ -38,7 +38,7 @@
|
||||
</dict>
|
||||
</array>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1323</string>
|
||||
<string>1371</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSAppTransportSecurity</key>
|
||||
|
@@ -18,7 +18,7 @@
|
||||
<key>AutocorrectionType</key>
|
||||
<string>No</string>
|
||||
<key>DefaultValue</key>
|
||||
<string>1.3 (1323)</string>
|
||||
<string>1.3 (1371)</string>
|
||||
<key>IsSecure</key>
|
||||
<false/>
|
||||
<key>Key</key>
|
||||
|
@@ -11,8 +11,7 @@
|
||||
#import "ApiMsg.h"
|
||||
|
||||
#import "Common.h"
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
#import <objc/runtime.h>
|
||||
|
||||
NSString const *key = @"isSelectOnSearchKey";
|
||||
|
@@ -13,10 +13,10 @@
|
||||
#import "RegisterController.h"
|
||||
#import "WPWalkthroughOverlayView.h"
|
||||
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/UIColor+Helpers.h>
|
||||
#import <WordPress-iOS-Shared/WPNUXUtility.h>
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/UIColor+Helpers.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPNUXUtility.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
|
||||
#import "ReachabilityUtils.h"
|
||||
#import "LeaAlert.h"
|
||||
|
@@ -14,11 +14,11 @@
|
||||
|
||||
#import "RegisterController.h"
|
||||
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/UIColor+Helpers.h>
|
||||
#import <WordPress-iOS-Shared/WPNUXUtility.h>
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/NSString+Util.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/UIColor+Helpers.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPNUXUtility.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/NSString+Util.h>
|
||||
|
||||
#import "UILabel+SuggestSize.h"
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#import "WPNUXBackButton.h"
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
|
||||
@implementation WPNUXBackButton
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#import "WPNUXMainButton.h"
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
|
||||
@implementation WPNUXMainButton {
|
||||
UIActivityIndicatorView *activityIndicator;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#import "WPNUXPrimaryButton.h"
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
|
||||
@implementation WPNUXPrimaryButton
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#import "WPNUXSecondaryButton.h"
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
|
||||
@implementation WPNUXSecondaryButton
|
||||
|
||||
|
@@ -1,9 +1,15 @@
|
||||
#import "WPWalkthroughOverlayView.h"
|
||||
#import "WPNUXPrimaryButton.h"
|
||||
#import "WPNUXSecondaryButton.h"
|
||||
#import "WPNUXUtility.h"
|
||||
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
|
||||
|
||||
|
||||
#import "UILabel+SuggestSize.h"
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
|
||||
//#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPNUXUtility.h>
|
||||
|
||||
@interface WPWalkthroughOverlayView() {
|
||||
UIImageView *_logo;
|
||||
|
@@ -8,13 +8,13 @@
|
||||
|
||||
#import "MeController.h"
|
||||
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/UIImage+Util.h>
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WPTableViewCell.h>
|
||||
#import <WordPress-iOS-Shared/UITableViewTextFieldCell.h>
|
||||
#import <WordPress-iOS-Shared/WPTableViewSectionHeaderView.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/UIImage+Util.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPTableViewCell.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPTextFieldTableViewCell.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPTableViewSectionHeaderFooterView.h>
|
||||
|
||||
#import "LoginViewController.h"
|
||||
#import "UserService.h"
|
||||
@@ -362,7 +362,7 @@ NSArray *users;
|
||||
|
||||
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
|
||||
{
|
||||
WPTableViewSectionHeaderView *header = [[WPTableViewSectionHeaderView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, CGRectGetWidth(self.view.bounds), 0.0f)];
|
||||
WPTableViewSectionHeaderFooterView *header = [[WPTableViewSectionHeaderFooterView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, CGRectGetWidth(self.view.bounds), 0.0f)];
|
||||
header.title = [self titleForHeaderInSection:section];
|
||||
header.backgroundColor = self.tableView.backgroundColor;
|
||||
return header;
|
||||
|
@@ -13,11 +13,11 @@
|
||||
#import "Leas.h"
|
||||
|
||||
#import "LeaButtonForNavigationBar.h"
|
||||
#import <WordPress-iOS-Shared/UIImage+Util.h>
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WPTableViewCell.h>
|
||||
#import <WordPress-iOS-Shared/UITableViewTextFieldCell.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/UIImage+Util.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPTableViewCell.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPTextFieldTableViewCell.h>
|
||||
|
||||
typedef enum {
|
||||
PostSettingsSectionTaxonomy = 0,
|
||||
@@ -191,7 +191,7 @@ typedef enum {
|
||||
|
||||
} else if (indexPath.row == PostSettingsRowTags) {
|
||||
// Tags, 标签啊, 逗号分隔
|
||||
UITableViewTextFieldCell *textCell = [self getTextFieldCell];
|
||||
WPTextFieldTableViewCell *textCell = [self getTextFieldCell];
|
||||
textCell.textLabel.text = NSLocalizedString(@"Tags", nil);
|
||||
textCell.textField.text = self.note.tags;
|
||||
textCell.textField.attributedPlaceholder = [[NSAttributedString alloc] initWithString:(NSLocalizedString(@"Comma separated", nil)) attributes:(@{NSForegroundColorAttributeName: [WPStyleGuide textFieldPlaceholderGrey]})];
|
||||
@@ -258,12 +258,12 @@ typedef enum {
|
||||
}
|
||||
|
||||
// 含文本输入框的cell
|
||||
- (UITableViewTextFieldCell *)getTextFieldCell
|
||||
- (WPTextFieldTableViewCell *)getTextFieldCell
|
||||
{
|
||||
static NSString *textFieldCellIdentifier = @"textFieldCellIdentifier";
|
||||
UITableViewTextFieldCell *cell = [self.tableView dequeueReusableCellWithIdentifier:textFieldCellIdentifier];
|
||||
WPTextFieldTableViewCell *cell = [self.tableView dequeueReusableCellWithIdentifier:textFieldCellIdentifier];
|
||||
if (!cell) {
|
||||
cell = [[UITableViewTextFieldCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:textFieldCellIdentifier];
|
||||
cell = [[WPTextFieldTableViewCell alloc] initWithStyle:UITableViewCellStyleDefault reuseIdentifier:textFieldCellIdentifier];
|
||||
cell.textField.returnKeyType = UIReturnKeyDone;
|
||||
cell.textField.delegate = self;
|
||||
[WPStyleGuide configureTableViewTextCell:cell];
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -13,12 +13,12 @@
|
||||
#import "Leas.h"
|
||||
|
||||
#import "LeaButtonForNavigationBar.h"
|
||||
#import <WordPress-iOS-Shared/UIImage+Util.h>
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WPTableViewCell.h>
|
||||
#import <WordPress-iOS-Shared/UITableViewTextFieldCell.h>
|
||||
#import <WordPress-iOS-Shared/WPTableViewSectionHeaderView.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/UIImage+Util.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPTableViewCell.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPTextFieldTableViewCell.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPTableViewSectionHeaderFooterView.h>
|
||||
|
||||
typedef enum {
|
||||
PostSettingsSectionTaxonomy = 0,
|
||||
@@ -225,7 +225,7 @@ typedef enum {
|
||||
|
||||
- (UIView *)tableView:(UITableView *)tableView viewForHeaderInSection:(NSInteger)section
|
||||
{
|
||||
WPTableViewSectionHeaderView *header = [[WPTableViewSectionHeaderView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, CGRectGetWidth(self.view.bounds), 0.0f)];
|
||||
WPTableViewSectionHeaderFooterView *header = [[WPTableViewSectionHeaderFooterView alloc] initWithFrame:CGRectMake(0.0f, 0.0f, CGRectGetWidth(self.view.bounds), 0.0f)];
|
||||
header.title = [self titleForHeaderInSection:section];
|
||||
header.backgroundColor = self.tableView.backgroundColor;
|
||||
return header;
|
||||
|
@@ -1,8 +1,7 @@
|
||||
#import "WPEditorToolbarView.h"
|
||||
#import "WPDeviceIdentification.h"
|
||||
#import "WPEditorToolbarButton.h"
|
||||
#import "ZSSBarButtonItem.h"
|
||||
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPDeviceIdentification.h>
|
||||
|
||||
// life
|
||||
#ifdef __OBJC__
|
||||
|
@@ -5,9 +5,9 @@
|
||||
#import "WPEditorField.h"
|
||||
#import "WPImageMeta.h"
|
||||
#import "ZSSTextView.h"
|
||||
#import "WPDeviceIdentification.h"
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPDeviceIdentification.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
|
||||
// life
|
||||
#import "NSURLProtocolCustom.h"
|
||||
|
@@ -3,11 +3,11 @@
|
||||
#import <UIAlertView+Blocks/UIAlertView+Blocks.h>
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <WordPressCom-Analytics-iOS/WPAnalytics.h>
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WPTableViewCell.h>
|
||||
#import <WordPress-iOS-Shared/UIImage+Util.h>
|
||||
#import <WordPress-iOS-Shared/UIColor+Helpers.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPTableViewCell.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/UIImage+Util.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/UIColor+Helpers.h>
|
||||
|
||||
#import "WPEditorField.h"
|
||||
#import "WPEditorToolbarButton.h"
|
||||
@@ -19,7 +19,7 @@
|
||||
#import "DRColorPicker.h"
|
||||
#import "DRColorPickerHomeViewController.h"
|
||||
|
||||
#import "WPDeviceIdentification.h"
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPDeviceIdentification.h>
|
||||
|
||||
CGFloat const EPVCStandardOffset = 10.0;
|
||||
NSInteger const WPImageAlertViewTag = 91;
|
||||
|
@@ -2,9 +2,9 @@
|
||||
#import "WPLegacyKeyboardToolbarBase.h"
|
||||
#import "WPLegacyKeyboardToolbarDone.h"
|
||||
#import <WordPressCom-Analytics-iOS/WPAnalytics.h>
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WPTableViewCell.h>
|
||||
#import <WordPress-iOS-Shared/UIImage+Util.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPTableViewCell.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/UIImage+Util.h>
|
||||
#import <UIAlertView+Blocks/UIAlertView+Blocks.h>
|
||||
|
||||
CGFloat const WPLegacyEPVCTextfieldHeight = 44.0f;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
#import "WPLegacyKeyboardToolbarButtonItem.h"
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
|
||||
@implementation WPLegacyKeyboardToolbarButtonItem
|
||||
@synthesize actionTag, actionName;
|
||||
|
@@ -10,7 +10,7 @@
|
||||
#import "MongoID.h"
|
||||
|
||||
#import "SVProgressHUD.h"
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
|
||||
@implementation Common
|
||||
|
||||
|
@@ -15,8 +15,8 @@
|
||||
// https://github.com/iDay/WeixinActivity
|
||||
#import "WeixinActivity.h"
|
||||
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/NSString+Util.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/NSString+Util.h>
|
||||
|
||||
|
||||
@class WPReaderDetailViewController;
|
||||
|
@@ -7,8 +7,8 @@
|
||||
//
|
||||
|
||||
#import "NoteCell.h"
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
//#import "NotebookService.h"
|
||||
#import "Leas.h"
|
||||
|
||||
|
@@ -7,8 +7,8 @@
|
||||
//
|
||||
|
||||
#import "NotebookTagCell.h"
|
||||
#import <WordPress-iOS-Shared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WPStyleGuide.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPFontManager.h>
|
||||
#import <WordPress-iOS-Shared/WordPressShared/WPStyleGuide.h>
|
||||
#import "NotebookService.h"
|
||||
|
||||
@interface NotebookTagCell()
|
||||
|
2
Podfile
2
Podfile
@@ -13,4 +13,4 @@ pod 'SWTableViewCell', '~> 0.3.7'
|
||||
|
||||
pod 'SGNavigationProgress'
|
||||
|
||||
pod "WPMediaPicker"
|
||||
pod 'QBImagePickerController', '< 3.0.0'
|
64
Podfile.lock
64
Podfile.lock
@@ -1,66 +1,66 @@
|
||||
PODS:
|
||||
- AFNetworking (2.5.4):
|
||||
- AFNetworking/NSURLConnection (= 2.5.4)
|
||||
- AFNetworking/NSURLSession (= 2.5.4)
|
||||
- AFNetworking/Reachability (= 2.5.4)
|
||||
- AFNetworking/Security (= 2.5.4)
|
||||
- AFNetworking/Serialization (= 2.5.4)
|
||||
- AFNetworking/UIKit (= 2.5.4)
|
||||
- AFNetworking/NSURLConnection (2.5.4):
|
||||
- AFNetworking (2.6.3):
|
||||
- AFNetworking/NSURLConnection (= 2.6.3)
|
||||
- AFNetworking/NSURLSession (= 2.6.3)
|
||||
- AFNetworking/Reachability (= 2.6.3)
|
||||
- AFNetworking/Security (= 2.6.3)
|
||||
- AFNetworking/Serialization (= 2.6.3)
|
||||
- AFNetworking/UIKit (= 2.6.3)
|
||||
- AFNetworking/NSURLConnection (2.6.3):
|
||||
- AFNetworking/Reachability
|
||||
- AFNetworking/Security
|
||||
- AFNetworking/Serialization
|
||||
- AFNetworking/NSURLSession (2.5.4):
|
||||
- AFNetworking/NSURLSession (2.6.3):
|
||||
- AFNetworking/Reachability
|
||||
- AFNetworking/Security
|
||||
- AFNetworking/Serialization
|
||||
- AFNetworking/Reachability (2.5.4)
|
||||
- AFNetworking/Security (2.5.4)
|
||||
- AFNetworking/Serialization (2.5.4)
|
||||
- AFNetworking/UIKit (2.5.4):
|
||||
- AFNetworking/Reachability (2.6.3)
|
||||
- AFNetworking/Security (2.6.3)
|
||||
- AFNetworking/Serialization (2.6.3)
|
||||
- AFNetworking/UIKit (2.6.3):
|
||||
- AFNetworking/NSURLConnection
|
||||
- AFNetworking/NSURLSession
|
||||
- CocoaLumberjack (2.0.0):
|
||||
- CocoaLumberjack/Default (= 2.0.0)
|
||||
- CocoaLumberjack/Extensions (= 2.0.0)
|
||||
- CocoaLumberjack/Core (2.0.0)
|
||||
- CocoaLumberjack/Default (2.0.0):
|
||||
- CocoaLumberjack (2.2.0):
|
||||
- CocoaLumberjack/Default (= 2.2.0)
|
||||
- CocoaLumberjack/Extensions (= 2.2.0)
|
||||
- CocoaLumberjack/Core (2.2.0)
|
||||
- CocoaLumberjack/Default (2.2.0):
|
||||
- CocoaLumberjack/Core
|
||||
- CocoaLumberjack/Extensions (2.0.0):
|
||||
- CocoaLumberjack/Extensions (2.2.0):
|
||||
- CocoaLumberjack/Default
|
||||
- CTAssetsPickerController (2.9.4)
|
||||
- CTAssetsPickerController (2.9.5)
|
||||
- NSObject-SafeExpectations (0.0.2)
|
||||
- QBImagePickerController (2.6.0)
|
||||
- SGNavigationProgress (1.2)
|
||||
- SWTableViewCell (0.3.7)
|
||||
- UIAlertView+Blocks (0.8.1)
|
||||
- WordPress-iOS-Shared (0.3.2):
|
||||
- WordPress-iOS-Shared (0.5.2):
|
||||
- AFNetworking (~> 2.5)
|
||||
- CocoaLumberjack (~> 2.0)
|
||||
- WordPressCom-Analytics-iOS (0.0.32)
|
||||
- WPMediaPicker (0.5.0)
|
||||
- CocoaLumberjack (~> 2.2.0)
|
||||
- WordPressCom-Analytics-iOS (0.0.41)
|
||||
|
||||
DEPENDENCIES:
|
||||
- AFNetworking
|
||||
- CocoaLumberjack (~> 2.0)
|
||||
- CTAssetsPickerController (~> 2.9.0)
|
||||
- NSObject-SafeExpectations
|
||||
- QBImagePickerController (< 3.0.0)
|
||||
- SGNavigationProgress
|
||||
- SWTableViewCell (~> 0.3.7)
|
||||
- UIAlertView+Blocks (~> 0.8.1)
|
||||
- WordPress-iOS-Shared (~> 0.3)
|
||||
- WordPressCom-Analytics-iOS (~> 0.0.4)
|
||||
- WPMediaPicker
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e
|
||||
CocoaLumberjack: a6f77d987d65dc7ba86b0f84db7d0b9084f77bcb
|
||||
CTAssetsPickerController: 3030dc60f5d1a3c4e5b1c0aa9f069220d5bf7008
|
||||
AFNetworking: cb8d14a848e831097108418f5d49217339d4eb60
|
||||
CocoaLumberjack: 17fe8581f84914d5d7e6360f7c70022b173c3ae0
|
||||
CTAssetsPickerController: b413fece2194ae3dbf22fbc544cf6f2a6d516a4d
|
||||
NSObject-SafeExpectations: 7d7f48df90df4e11da7cfe86b64f45eff7a7f521
|
||||
QBImagePickerController: 095c2b2973de4da267334d2cfcac989c2eb5cdc2
|
||||
SGNavigationProgress: f04e3bd0058c53e1172ee020b5239f22aa9e4a0f
|
||||
SWTableViewCell: 2a94aadc9d47b2b611fa064566bf57948b95b579
|
||||
UIAlertView+Blocks: 45c3d3b7194906702d3e9a14c7ece5581505646d
|
||||
WordPress-iOS-Shared: bd0506db9b824611246f35e774832ecbc18fc45e
|
||||
WordPressCom-Analytics-iOS: cfa514e1c2ded6256bf2864d871e0866e38cc668
|
||||
WPMediaPicker: 0757988f1519c20b92c91f470c41633ac42e3a0e
|
||||
WordPress-iOS-Shared: af84c229bd1cb0206f6015fd8fec9e262a88c780
|
||||
WordPressCom-Analytics-iOS: 73de8c9a0f1a43bac03fd2fcd881389be73ee820
|
||||
|
||||
COCOAPODS: 0.35.0
|
||||
COCOAPODS: 0.39.0
|
||||
|
Reference in New Issue
Block a user