会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
杀一个程序猿不需要用枪,改三次需求就可以了。
养成记笔录的良好习惯,可以不断提升自己的能力
(To develop good habits of mind, can upgrade their capabilities!)!
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
9
10
11
下一页
2015年1月29日
KVO监听数组的变化
摘要: #import "ViewController.h"@interface ViewController () @property(nonatomic,strong)NSMutableArray *dataArray;@end@implementation ViewController- (void)...
阅读全文
posted @ 2015-01-29 14:58 曹县三胖暴打大猩猩
阅读(398)
评论(0)
推荐(0)
2015年1月28日
点击UITableviewCell展开收缩
摘要: #import "ViewController.h"#import "ZSDTestCell.h"@interface ViewController (){ NSMutableArray *dataArray; //数组保存显示内容 NSIndexPath *selectI...
阅读全文
posted @ 2015-01-28 11:53 曹县三胖暴打大猩猩
阅读(314)
评论(0)
推荐(0)
2015年1月26日
NSTimer定时器的用法
摘要: #import "ViewController.h"@interface ViewController (){ NSTimer *countDownTimer; int countDownTime;}@property (weak, nonatomic) IBOutlet UIButto...
阅读全文
posted @ 2015-01-26 13:42 曹县三胖暴打大猩猩
阅读(192)
评论(0)
推荐(0)
2014年12月28日
自定义uiview 当没有数据的时候 显示自定义的uiview界面
摘要: //// ZSDTJNoDataView.h// ZSDTJNoDataView//// Created by Mac on 14-12-28.// Copyright (c) 2014年 ZSD. All rights reserved.////当发起网络请求的时候没有数据的时候界面显示指...
阅读全文
posted @ 2014-12-28 22:08 曹县三胖暴打大猩猩
阅读(278)
评论(0)
推荐(0)
2014年12月17日
ios-为银行卡号格式化 每隔四位添加一个空格
摘要: -(NSString *)formatterBankCardNum:(NSString *)string{ NSString *tempStr=string; NSInteger size =(tempStr.length / 4); NSMutableArray *tmpStrArr ...
阅读全文
posted @ 2014-12-17 16:58 曹县三胖暴打大猩猩
阅读(2186)
评论(0)
推荐(0)
iOS---》点击uitableview 的section展开或隐藏
摘要: #import @interface TestCell : UITableViewCell@property (weak, nonatomic) IBOutlet UILabel *firstLabel;@property (weak, nonatomic) IBOutlet UILabel *en...
阅读全文
posted @ 2014-12-17 10:09 曹县三胖暴打大猩猩
阅读(1172)
评论(0)
推荐(0)
2014年12月16日
(圆形imageview 类似qq头像)---》(ps:引用第三库APAvatarImageView>
摘要: 使用方法:在故事版上把imageview的class名称设置为APAvatarImageView就可以显示圆形图,其他相关属性可以参考此类。demo下载地址https://github.com/ankurp/APAvatarImageView
阅读全文
posted @ 2014-12-16 14:41 曹县三胖暴打大猩猩
阅读(229)
评论(0)
推荐(0)
uiscrollerview循环滚动(参考第三方库:HMBannerView)https://github.com/iunion/autoScrollBanner
摘要: #import #import "HMBannerView.h" @interface ViewController : UIViewController // Banner@property (nonatomic, strong) HMBannerView *bannerView; @end #...
阅读全文
posted @ 2014-12-16 14:20 曹县三胖暴打大猩猩
阅读(428)
评论(0)
推荐(0)
2014年12月12日
iOS -动态可变参数
摘要: #import "ViewController.h"@interface ViewController ()@end@implementation ViewController- (void)viewDidLoad{ [super viewDidLoad]; [self testDynamic...
阅读全文
posted @ 2014-12-12 14:27 曹县三胖暴打大猩猩
阅读(251)
评论(0)
推荐(0)
2014年12月9日
ios-UIPickerView基本使用
摘要: #import "ViewController.h"@interface ViewController (){ NSArray *pickerArray;}@property (weak, nonatomic) IBOutlet UIPickerView *myPickerView;@end@...
阅读全文
posted @ 2014-12-09 14:29 曹县三胖暴打大猩猩
阅读(252)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
下一页
公告