摘要:
// 单例#define DECLARE_SHARED_INSTANCE(className) \+ (className *)sharedInstance;#define IMPLEMENT_SHARED_INSTANCE(className) \+ (className *)sharedIn... 阅读全文
摘要:
- (void)setBackgroundColor:(UIColor *)backgroundColor forState:(UIControlState)state { [self setBackgroundImage:[UIButton imageWithColor:background... 阅读全文
摘要:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions{ [[UIApplication sharedApplication] se... 阅读全文
摘要:
- (void)viewDidLoad { [super viewDidLoad]; // 获取系统自带滑动手势的target对象 id target = self.interactivePopGestureRecognizer.delegate; // 创建全屏滑动手势,调... 阅读全文
摘要:
阅读全文
摘要:
ZCTabNav-masterhttps://github.com/zcsoft/ZCTabNav层次构架清楚,很适合快速,导入 阅读全文
摘要:
设置这个view背景色:[UIColor colorWithRed:0 green:0 blue:0 alpha:0.3];效果如下: 阅读全文
摘要:
http://blog.csdn.net/youtk21ai/article/details/48896043 阅读全文
摘要:
01. GIT简介(PPT)================================================================================02. GIT命令行帮助============================================... 阅读全文
摘要:
sudo chown -R root /Applications/Xcode6.1.1.app/这里把这个/Applications/Xcode6.1.1.app/替换成你xocde据在的位置 阅读全文