上一页 1 ··· 8 9 10 11 12 13 下一页
摘要: 阅读全文
posted @ 2015-11-03 14:55 super1250 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 1. 安装 a. 查看源 i. gem sources -l b. 删除源 i. sudo gem sources -r https://rubygems.org/ c. 设置源 i. sudo gem sources -a https://ruby.taobao.org 这里要换成新的源!!! 添 阅读全文
posted @ 2015-10-28 16:18 super1250 阅读(303) 评论(0) 推荐(0) 编辑
摘要: "项目" >> Build Settings >> Preflx Header >> $(SRCROOT)/项目名/XXX.pch 阅读全文
posted @ 2015-10-24 15:40 super1250 阅读(202) 评论(0) 推荐(0) 编辑
摘要: - (void)layoutSubviews{ [super layoutSubviews]; NSUInteger count = self.subviews.count; NSInteger maxC = 3; CGFloat childViewWH = (SCREENW - 2 ... 阅读全文
posted @ 2015-10-19 22:48 super1250 阅读(353) 评论(0) 推荐(0) 编辑
摘要: #pragma mark - 键盘通知回调方法// 监听键盘的通知 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWillChangeFrameNotification:) nam... 阅读全文
posted @ 2015-10-18 19:13 super1250 阅读(850) 评论(0) 推荐(0) 编辑
摘要: 这段代码能去除tableViewHeader的粘性const static NSInteger kSectionHeaderHeight = 30;- (void)scrollViewDidScroll:(UIScrollView *)scrollView{ if (scrollView.cont... 阅读全文
posted @ 2015-10-14 15:26 super1250 阅读(321) 评论(0) 推荐(1) 编辑
摘要: //// ViewController.m// 图片轮播//// Created by apple on 14-5-18.// Copyright (c) 2014年 All rights reserved.//#import "ViewController.h"@interface ViewCon... 阅读全文
posted @ 2015-10-10 22:37 super1250 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 一种:时间逻辑:- (NSString *)created_at{ // 从后台返回的字符串格式:Mon Aug 03 09:17:31 +0800 2014, //NSDateFormatter可以把NSDate转成字符串,也可以把字符串转成NSDate //初始化一个时间格式化器 ... 阅读全文
posted @ 2015-10-05 23:13 super1250 阅读(322) 评论(0) 推荐(0) 编辑
摘要: //// ViewController.m// 下载进度//// Created by Super on 14/7/4.// Copyright (c) 2014年 iOS. All rights reserved.//#import "ViewController.h"@interface Vie... 阅读全文
posted @ 2015-10-04 11:05 super1250 阅读(329) 评论(0) 推荐(0) 编辑
摘要: https://www.jianshu.com/p/7511cb18a05e flutter学习简书文章 https://www.jianshu.com/p/19b01d36dee3 flutter mac配置环境变量 https://flutter.cn/docs/get-started/inst 阅读全文
posted @ 2015-09-27 18:51 super1250 阅读(502) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 下一页