摘要:### 正则查找CTRL + H 开启替换查找功能### 正则表达式```get(.*)Model```以 get 开始以 Model结束中间以 (.*) 通配### 效果来自为知笔记(Wiz)
阅读全文
摘要:github https://github.com/forkingdog/FDStackView 使用方法 Podfile platform :ios, '7.0'pod "FDStackView", "1.0" pod install --verbose --no-repo-update 导入即可使用,在使用 storyboard 时,设置 builds for 9.0 and la...
阅读全文
摘要://设置NavigationBar背景颜色 [[UINavigationBar appearance] setBarTintColor:[UIColor redColor]]; //@{}代表Dictionary [[UINavigationBar appearance] setTitleTextAttributes:@{ NSForegroundColorAttributeName ...
阅读全文
摘要:安装 http://www.jianshu.com/p/bdf9f66740c6http://blog.csdn.net/showhilllee/article/details/38398119http://blog.csdn.net/jymn_chen/article/details/19202397 sudo gem install cocoapods 搜索 pod search EC...
阅读全文
摘要:NO1:代码方式 //self.automaticallyAdjustsScrollViewInsets = NO; NO2:storyboard方式 来自为知笔记(Wiz)
阅读全文
摘要:NO0 引入库 platform :ios, '7.0'use_frameworks!target 'MGuardian' do pod 'ECSlidingViewController', '~> 2.0.3'end 侧滑动画见附件 NO1 纯代码 #import "MEAppDelegate.h"#import "ECSlidingViewController.h"@interfac...
阅读全文
摘要://// CollectionController.h// MGuardian//// Created by krmao on 16/5/13.// Copyright © 2016年 krmao. All rights reserved.//#import @interface CollectionController : UIViewController@end//**********...
阅读全文
摘要://********************************************************************************//*自定义类 UITableViewCell START//********************************************************************************//静态变量声...
阅读全文