会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zhen_zhen
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
9
10
11
···
17
下一页
2016年4月18日
2016.04.18 view中嵌套两个居中的 lable
摘要: UIView *bgRight=[[UIView alloc]initWithFrame:CGRectMake(SCREEN_WIDTH/2, 0, SCREEN_WIDTH/2, 35)]; bgRight.backgroundColor=[UIColor whiteColor]; [bgView
阅读全文
posted @ 2016-04-18 12:01 zhen_zhen
阅读(179)
评论(0)
推荐(0)
2016年4月6日
2016..4.06 点菜系统案例:利用文本框的inputView和inputAccessoryView串联UIPickerView、UIDateP...
摘要: http://www.tuicool.com/articles/zQJ32yj
阅读全文
posted @ 2016-04-06 17:06 zhen_zhen
阅读(92)
评论(0)
推荐(0)
2016.04.06 UITabBar+badge.h
摘要: #import <UIKit/UIKit.h> @interface UITabBar (badge) - (void)showBadgeOnItemIndex:(int)index; //显示小红点 - (void)hideBadgeOnItemIndex:(int)index; //隐藏小红点
阅读全文
posted @ 2016-04-06 16:06 zhen_zhen
阅读(174)
评论(0)
推荐(0)
2014 .04 .06 navbar
摘要: for (UIBarItem *item in self.tabBarController.tabBar.items) { [item setTitleTextAttributes:[NSDictionary dictionaryWithObjectsAndKeys: [UIFont fontWit
阅读全文
posted @ 2016-04-06 16:05 zhen_zhen
阅读(101)
评论(0)
推荐(0)
2016年3月17日
2016-03-17 leaks 内存泄露
摘要: 在控制器的生命周期viewDidAppear里打印日志: 在控制器的生命周期dealloc里打印日志: 这样的话,只要日志没有打印出来,说明内存得不到释放,就需要学会分析内存引用问题了。 __weak __typeof(self) weakSelf = self;
阅读全文
posted @ 2016-03-17 15:30 zhen_zhen
阅读(118)
评论(0)
推荐(0)
2016年3月16日
2016-03-16 sdwebimage
摘要: 注意:之前没有设置 imageView 时,imageView 并不会被创建 解决办法 >异步下载图像 运行测试,存在的问题 >下载完成后不显示图片 原因分析: 解决办法 >使用占位图像 or 自定义 Cell 注意演示不在主线程更新图像的效果 解决办法 >自定义 Cell 问题 如果网络图片下载速
阅读全文
posted @ 2016-03-16 17:21 zhen_zhen
阅读(272)
评论(0)
推荐(0)
2016-03-16 字符串的包含
摘要: 1: //字条串是否包含有某字符串 gzz0307 这个不会崩溃ios7 if ([getString rangeOfString:@"="].location == NSNotFound) { MCLog(@"==不做处理=="); } else { MCLog(@"包含 "); NSArray
阅读全文
posted @ 2016-03-16 15:55 zhen_zhen
阅读(134)
评论(0)
推荐(0)
2016-03-16 键盘的弹出与收起
摘要: 1:通知 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(keyboardWasShown:) name:UIKeyboardDidShowNotification object:nil]; [[NS
阅读全文
posted @ 2016-03-16 14:10 zhen_zhen
阅读(185)
评论(0)
推荐(0)
2016年3月15日
2016-03-15 nsfoundation 数组 字典 nsrange等
摘要: URL:http://www.jianshu.com/p/7f1cbccc0eb3
阅读全文
posted @ 2016-03-15 17:44 zhen_zhen
阅读(154)
评论(0)
推荐(0)
2016-03-15 uitextview placehold
摘要: 1: _descrViewab = [[UITextView alloc]initWithFrame:CGRectMake(15, CGRectGetMaxY(contentlab.frame)+20, SCREEN_WIDTH-30, 150)]; _descrViewab.del
阅读全文
posted @ 2016-03-15 17:42 zhen_zhen
阅读(178)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
17
下一页
公告